Home
last modified time | relevance | path

Searched refs:MEC_ADC_CTRL_ACTV_Pos (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_adc.c105 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()
/hal_microchip-latest/mec5/devices/common/
Dmec5_adc_v2.h38 #define MEC_ADC_CTRL_ACTV_Pos (0UL) /*!< ACTV (Bit 0) … macro