Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/ip/
A Dhpm_adc12_regs.h595 #define ADC12_INT_STS_DMA_FIFO_FULL_MASK (0x400000UL) macro
597 …LL_SET(x) (((uint32_t)(x) << ADC12_INT_STS_DMA_FIFO_FULL_SHIFT) & ADC12_INT_STS_DMA_FIFO_FULL_MASK)
598 #define ADC12_INT_STS_DMA_FIFO_FULL_GET(x) (((uint32_t)(x) & ADC12_INT_STS_DMA_FIFO_FULL_MASK) >> A…
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_adc12_drv.h119 adc12_event_dma_fifo_full = ADC12_INT_STS_DMA_FIFO_FULL_MASK

Completed in 8 milliseconds