Searched refs:WM8960_POWER1_ADCL_SHIFT (Results 1 – 10 of 10) sorted by relevance
161 #define WM8960_POWER1_ADCL_SHIFT 0x03 macro
73 ((uint16_t)isEnabled << WM8960_POWER1_ADCL_SHIFT)); in WM8960_SetModule()
1165 #define WM8960_POWER1_ADCL_SHIFT (3U) macro1166 #define WM8960_POWER1_ADCL_SET(x) (((uint16_t)(x) << WM8960_POWER1_ADCL_SHIFT) & WM8960_POWER1_ADCL…1167 …e WM8960_POWER1_ADCL_GET(x) (((uint16_t)(x) & WM8960_POWER1_ADCL_MASK) >> WM8960_POWER1_ADCL_SHIFT)
116 ((uint16_t)enable << WM8960_POWER1_ADCL_SHIFT))); in wm8960_set_module()
115 ((uint16_t)enable << WM8960_POWER1_ADCL_SHIFT))); in wm8960_set_module()
Completed in 45 milliseconds