Searched refs:PWM_O_ENUPD (Results 1 – 9 of 9) sorted by relevance
1973 ui32Temp = ~ui32UpdateValueMask & HWREG(ui32Base + PWM_O_ENUPD); in PWMOutputUpdateMode()1978 HWREG(ui32Base + PWM_O_ENUPD) = ui32Temp | ui32UpdateValue; in PWMOutputUpdateMode()
43 #define PWM_O_ENUPD 0x00000028 // PWM Enable Update macro
2149 ui32Temp = ~ui32UpdateValueMask & HWREG(ui32Base + PWM_O_ENUPD); in PWMOutputUpdateMode()2154 HWREG(ui32Base + PWM_O_ENUPD) = ui32Temp | ui32UpdateValue; in PWMOutputUpdateMode()
2150 ui32Temp = ~ui32UpdateValueMask & HWREG(ui32Base + PWM_O_ENUPD); in PWMOutputUpdateMode()2155 HWREG(ui32Base + PWM_O_ENUPD) = ui32Temp | ui32UpdateValue; in PWMOutputUpdateMode()
58 #define PWM_O_ENUPD 0x00000028 // PWM Enable Update macro
56 #define PWM_O_ENUPD 0x00000028 // PWM Enable Update macro
Completed in 50 milliseconds