Searched refs:PD_GET_PWR_SHIFT (Results 1 – 1 of 1) sorted by relevance
64 #define PD_GET_PWR_SHIFT(x) (((uint32_t)(x)&PD_PWR_MASK) >> PD_PWR_SHIFT) macro150 uint32_t pwrShift = PD_GET_PWR_SHIFT(pd); in PD_PowerOn()
Completed in 5 milliseconds