Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_dcic.c105 DCIC_EnableInterrupts(base, config->enableInterrupts); in DCIC_Init()
142 config->enableInterrupts = 0; in DCIC_GetDefaultConfig()
Dfsl_spdif.c496 … uint32_t enableInterrupts = (uint32_t)kSPDIF_RxFIFOFull | (uint32_t)kSPDIF_RxControlChannelChange; in SPDIF_TransferReceiveNonBlocking() local
517 enableInterrupts |= (uint32_t)kSPDIF_QChannelReceiveRegisterFull; in SPDIF_TransferReceiveNonBlocking()
522 enableInterrupts |= (uint32_t)kSPDIF_UChannelReceiveRegisterFull; in SPDIF_TransferReceiveNonBlocking()
526 SPDIF_EnableInterrupts(base, enableInterrupts); in SPDIF_TransferReceiveNonBlocking()
Dfsl_dcic.h99 …uint32_t enableInterrupts; /*!< Interrupts to enable, should be OR'ed of @ref _dcic_interrupt_enab… member