Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/
Dfsl_sinc.h56 fifoCadIntMask = ((uint32_t)((interruptMask) >> 40ULL) & (0xFFFFFUL))
1915 uint32_t fifoCadIntMask; in SINC_EnableInterrupts() local
1934 base->FIFOIE |= SINC_FIND_INT_FIELD_VALUE(fifoCadIntMask, SINC_FIFO_CAD_INT_FUNFIE) | in SINC_EnableInterrupts()
1935 SINC_FIND_INT_FIELD_VALUE(fifoCadIntMask, SINC_FIFO_CAD_INT_FOVFIE) | in SINC_EnableInterrupts()
1936 SINC_FIND_INT_FIELD_VALUE(fifoCadIntMask, SINC_FIFO_CAD_INT_CADIE) | in SINC_EnableInterrupts()
1937 SINC_FIND_INT_FIELD_VALUE(fifoCadIntMask, SINC_FIFO_CAD_INT_SATIE); in SINC_EnableInterrupts()
1950 uint32_t fifoCadIntMask; in SINC_DisableInterrupts() local
1969 base->FIFOIE &= ~(SINC_FIND_INT_FIELD_VALUE(fifoCadIntMask, SINC_FIFO_CAD_INT_FUNFIE) | in SINC_DisableInterrupts()
1970 SINC_FIND_INT_FIELD_VALUE(fifoCadIntMask, SINC_FIFO_CAD_INT_FOVFIE) | in SINC_DisableInterrupts()
1971 SINC_FIND_INT_FIELD_VALUE(fifoCadIntMask, SINC_FIFO_CAD_INT_CADIE) | in SINC_DisableInterrupts()
[all …]