Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/
Dfsl_sinc.h822 sinc_alternate_dma_source_t altDmaSource; /*!< Set channel's alternate DMA source, please refer member
1191 sinc_alternate_dma_source_t altDmaSource) in SINC_SetChannelAltDmaSource() argument
1194 …base->CHANNEL[(uint8_t)chId].CACFR & ~SINC_CACFR_ADMASEL_MASK) | SINC_CACFR_ADMASEL(altDmaSource)); in SINC_SetChannelAltDmaSource()
Dfsl_sinc.c212 SINC_SetChannelAltDmaSource(base, chId, chConfig->altDmaSource); in SINC_SetChannelConfig()