Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/ADC/
Dadc_revb_regs.h454 #define MXC_F_ADC_REVB_FIFODMACTRL_THRESH_POS 8 /**< FIFODMACTRL_THRESH Position */ macro
455 …IFODMACTRL_THRESH ((uint32_t)(0xFFUL << MXC_F_ADC_REVB_FIFODMACTRL_THRESH_POS)) …
Dadc_revb.c320 adc->fifodmactrl |= (uint32_t)(fifo_threshold << MXC_F_ADC_REVB_FIFODMACTRL_THRESH_POS); in MXC_ADC_RevB_FIFO_Threshold_Config()