Searched refs:MEC_ADC_CTRL_ACTV_Pos (Results 1 – 2 of 2) sorted by relevance
105 regs->CTRL |= MEC_BIT(MEC_ADC_CTRL_ACTV_Pos); in mec_hal_adc_init()121 ctrl |= MEC_BIT(MEC_ADC_CTRL_ACTV_Pos); in mec_hal_adc_activate()123 ctrl &= (uint32_t)~MEC_BIT(MEC_ADC_CTRL_ACTV_Pos); in mec_hal_adc_activate()354 if (ctrl & MEC_BIT(MEC_ADC_CTRL_ACTV_Pos)) { in mec_hal_adc_pm_save_disable()371 ctrl |= MEC_BIT(MEC_ADC_CTRL_ACTV_Pos); in mec_hal_adc_pm_restore()
38 #define MEC_ADC_CTRL_ACTV_Pos (0UL) /*!< ACTV (Bit 0) … macro