Searched refs:MEC_ADC_CTRL_PWR_SAVE_Pos (Results 1 – 2 of 2) sorted by relevance
69 regs->CTRL |= MEC_BIT(MEC_ADC_CTRL_PWR_SAVE_Pos); in mec_hal_adc_init()71 regs->CTRL &= (uint32_t)~MEC_BIT(MEC_ADC_CTRL_PWR_SAVE_Pos); in mec_hal_adc_init()361 ctrl &= MEC_BIT( MEC_ADC_CTRL_RSTART_Pos) | MEC_BIT(MEC_ADC_CTRL_PWR_SAVE_Pos); in mec_hal_adc_pm_save_disable()368 | MEC_BIT(MEC_ADC_CTRL_PWR_SAVE_Pos)); in mec_hal_adc_pm_restore()
44 #define MEC_ADC_CTRL_PWR_SAVE_Pos (3UL) /*!< PWR_SAVE (Bit 3) … macro