Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dcic/
Dfsl_dcic.c104 DCIC_EnableInterrupts(base, config->enableInterrupts); in DCIC_Init()
141 config->enableInterrupts = 0; in DCIC_GetDefaultConfig()
Dfsl_dcic.h100 …uint32_t enableInterrupts; /*!< Interrupts to enable, should be OR'ed of @ref _dcic_interrupt_enab… member
/hal_nxp-latest/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif.c500 … uint32_t enableInterrupts = (uint32_t)kSPDIF_RxFIFOFull | (uint32_t)kSPDIF_RxControlChannelChange; in SPDIF_TransferReceiveNonBlocking() local
521 enableInterrupts |= (uint32_t)kSPDIF_QChannelReceiveRegisterFull; in SPDIF_TransferReceiveNonBlocking()
526 enableInterrupts |= (uint32_t)kSPDIF_UChannelReceiveRegisterFull; in SPDIF_TransferReceiveNonBlocking()
530 SPDIF_EnableInterrupts(base, enableInterrupts); in SPDIF_TransferReceiveNonBlocking()