Lines Matching refs:constexpr
15 constexpr auto READ_VIN = "in1_input";
18 constexpr auto MFR_POUT_MAX = "max_power_out";
20 constexpr auto IBM_CFFPS_1400W = 30725;
25 constexpr auto VIN_VOLTAGE_MIN = 20;
26 constexpr auto VIN_VOLTAGE_110_THRESHOLD = 160;
32 constexpr auto VIN_VOLTAGE_0 = 0;
33 constexpr auto VIN_VOLTAGE_110 = 110;
34 constexpr auto VIN_VOLTAGE_220 = 220;
38 constexpr auto STATUS_WORD = "status0";
41 constexpr auto STATUS_INPUT = "status0_input";
47 constexpr auto STATUS_VOUT = "statusP_vout";
52 constexpr auto WARNING_MASK = 0x6A;
56 constexpr auto STATUS_IOUT = "status0_iout";
59 constexpr auto STATUS_MFR = "status0_mfr";
62 constexpr auto STATUS_FANS_1_2 = "status0_fan12";
66 constexpr auto STATUS_TEMPERATURE = "status0_temp";
69 constexpr auto STATUS_CML = "status0_cml";
73 constexpr auto VOUT_FAULT = 0x8000;
79 constexpr auto INPUT_FAULT_WARN = 0x2000;
83 constexpr auto MFR_SPECIFIC_FAULT = 0x1000;
86 constexpr auto POWER_GOOD_NEGATED = 0x0800;
90 constexpr auto FAN_FAULT = 0x0400;
93 constexpr auto UNIT_IS_OFF = 0x0040;
97 constexpr auto VOUT_OV_FAULT = 0x0020;
100 constexpr auto IOUT_OC_FAULT = 0x0010;
106 constexpr auto VIN_UV_FAULT = 0x0008;
110 constexpr auto TEMPERATURE_FAULT_WARN = 0x0004;
114 constexpr auto CML_FAULT = 0x0002;
121 constexpr auto OV_FAULT = 0x80;
124 constexpr auto UV_FAULT = 0x10;
130 constexpr auto OT_FAULT = 0x80;
133 constexpr auto ON_OFF_CONFIG = "on_off_config";
149 constexpr auto ON_OFF_CONFIG_CONTROL_PIN_ONLY = 0x15;