Lines Matching refs:uint8_t
67 #define PPSMC_Result_OK ((uint8_t)0x01)
68 #define PPSMC_Result_Failed ((uint8_t)0xFF)
70 typedef uint8_t PPSMC_Result;
72 #define PPSMC_MSG_Halt ((uint8_t)0x10)
73 #define PPSMC_MSG_Resume ((uint8_t)0x11)
74 #define PPSMC_MSG_ZeroLevelsDisabled ((uint8_t)0x13)
75 #define PPSMC_MSG_OneLevelsDisabled ((uint8_t)0x14)
76 #define PPSMC_MSG_TwoLevelsDisabled ((uint8_t)0x15)
77 #define PPSMC_MSG_EnableThermalInterrupt ((uint8_t)0x16)
78 #define PPSMC_MSG_RunningOnAC ((uint8_t)0x17)
79 #define PPSMC_MSG_SwitchToSwState ((uint8_t)0x20)
80 #define PPSMC_MSG_SwitchToInitialState ((uint8_t)0x40)
81 #define PPSMC_MSG_NoForcedLevel ((uint8_t)0x41)
82 #define PPSMC_MSG_ForceHigh ((uint8_t)0x42)
83 #define PPSMC_MSG_ForceMediumOrHigh ((uint8_t)0x43)
84 #define PPSMC_MSG_SwitchToMinimumPower ((uint8_t)0x51)
85 #define PPSMC_MSG_ResumeFromMinimumPower ((uint8_t)0x52)
86 #define PPSMC_MSG_EnableCac ((uint8_t)0x53)
87 #define PPSMC_MSG_DisableCac ((uint8_t)0x54)
88 #define PPSMC_TDPClampingActive ((uint8_t)0x59)
89 #define PPSMC_TDPClampingInactive ((uint8_t)0x5A)
90 #define PPSMC_StartFanControl ((uint8_t)0x5B)
91 #define PPSMC_StopFanControl ((uint8_t)0x5C)
92 #define PPSMC_MSG_NoDisplay ((uint8_t)0x5D)
93 #define PPSMC_MSG_HasDisplay ((uint8_t)0x5E)
94 #define PPSMC_MSG_UVDPowerOFF ((uint8_t)0x60)
95 #define PPSMC_MSG_UVDPowerON ((uint8_t)0x61)
96 #define PPSMC_MSG_EnableULV ((uint8_t)0x62)
97 #define PPSMC_MSG_DisableULV ((uint8_t)0x63)
98 #define PPSMC_MSG_EnterULV ((uint8_t)0x64)
99 #define PPSMC_MSG_ExitULV ((uint8_t)0x65)
100 #define PPSMC_CACLongTermAvgEnable ((uint8_t)0x6E)
101 #define PPSMC_CACLongTermAvgDisable ((uint8_t)0x6F)
102 #define PPSMC_MSG_CollectCAC_PowerCorreln ((uint8_t)0x7A)
103 #define PPSMC_FlushDataCache ((uint8_t)0x80)
104 #define PPSMC_MSG_SetEnabledLevels ((uint8_t)0x82)
105 #define PPSMC_MSG_SetForcedLevels ((uint8_t)0x83)
106 #define PPSMC_MSG_ResetToDefaults ((uint8_t)0x84)
107 #define PPSMC_MSG_EnableDTE ((uint8_t)0x87)
108 #define PPSMC_MSG_DisableDTE ((uint8_t)0x88)
109 #define PPSMC_MSG_ThrottleOVRDSCLKDS ((uint8_t)0x96)
110 #define PPSMC_MSG_CancelThrottleOVRDSCLKDS ((uint8_t)0x97)