Searched refs:I3C_MasterDisableInterrupts (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/ |
| D | fsl_i3c.c | 1620 I3C_MasterDisableInterrupts(base, enabledInts); in I3C_MasterProcessDAASpecifiedBaudrate() 1821 I3C_MasterDisableInterrupts(base, (uint32_t)kMasterIrqFlags); in I3C_MasterTransferBlocking() 2166 I3C_MasterDisableInterrupts(base, (uint32_t)kI3C_MasterTxReadyFlag); in I3C_TransferStateMachineWaitRepeatedStartCompleteState() 2513 I3C_MasterDisableInterrupts(base, (uint32_t)kMasterIrqFlags); in I3C_MasterTransferNonBlocking() 2587 I3C_MasterDisableInterrupts(base, irqs); in I3C_MasterTransferGetCount() 2631 I3C_MasterDisableInterrupts(base, (uint32_t)kMasterIrqFlags); in I3C_MasterTransferAbort() 2667 I3C_MasterDisableInterrupts(base, (uint32_t)kI3C_MasterTxReadyFlag); in I3C_MasterTransferHandleIRQ() 2682 I3C_MasterDisableInterrupts(base, (uint32_t)kI3C_MasterTxReadyFlag); in I3C_MasterTransferHandleIRQ()
|
| D | fsl_i3c_edma.c | 593 I3C_MasterDisableInterrupts( in I3C_MasterTransferEDMA() 617 I3C_MasterDisableInterrupts(base, (uint32_t)kI3C_MasterSlaveStartFlag); in I3C_MasterTransferEDMA()
|
| D | fsl_i3c_dma.c | 730 I3C_MasterDisableInterrupts( in I3C_MasterTransferDMA() 758 I3C_MasterDisableInterrupts(base, (uint32_t)kI3C_MasterSlaveStartFlag); in I3C_MasterTransferDMA()
|
| D | fsl_i3c.h | 945 static inline void I3C_MasterDisableInterrupts(I3C_Type *base, uint32_t interruptMask) in I3C_MasterDisableInterrupts() function
|
| /hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/ |
| D | fsl_component_i3c_adapter.c | 295 I3C_MasterDisableInterrupts(base, enabledInts); in I3C_MasterAdapterProcessDAA()
|