iLLD_TC27xD  1.0
Interrupt Functions
Collaboration diagram for Interrupt Functions:

Functions

IFX_EXTERN void IfxQspi_SpiMaster_isrDmaReceive (IfxQspi_SpiMaster *qspiHandle)
 Transmit interrupt handler. More...
 
IFX_EXTERN void IfxQspi_SpiMaster_isrDmaTransmit (IfxQspi_SpiMaster *qspiHandle)
 Transmit interrupt handler. More...
 
IFX_EXTERN void IfxQspi_SpiMaster_isrError (IfxQspi_SpiMaster *handle)
 Error Interrupt handler. More...
 
IFX_EXTERN
IfxQspi_PhaseTransitionEvent 
IfxQspi_SpiMaster_isrPhaseTransition (IfxQspi_SpiMaster *handle)
 Phase Transition interrupt handler. More...
 
IFX_EXTERN void IfxQspi_SpiMaster_isrReceive (IfxQspi_SpiMaster *handle)
 Receive Interrupt handler. More...
 
IFX_EXTERN void IfxQspi_SpiMaster_isrTransmit (IfxQspi_SpiMaster *handle)
 Transmit interrupt handler. More...
 
IFX_EXTERN
IfxQspi_PhaseTransitionEvent 
IfxQspi_SpiMaster_isrUserDefined (IfxQspi_SpiMaster *handle)
 User defined interrupt handler. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxQspi_SpiMaster_isrDmaReceive ( IfxQspi_SpiMaster qspiHandle)

Transmit interrupt handler.

Parameters
qspiHandleModule handle
Returns
None

Definition at line 525 of file IfxQspi_SpiMaster.c.

Referenced by IfxQspi_SpiMaster_initModule().

IFX_EXTERN void IfxQspi_SpiMaster_isrDmaTransmit ( IfxQspi_SpiMaster qspiHandle)

Transmit interrupt handler.

Parameters
qspiHandleModule handle
Returns
None

Definition at line 546 of file IfxQspi_SpiMaster.c.

Referenced by IfxQspi_SpiMaster_initModule().

IFX_EXTERN void IfxQspi_SpiMaster_isrError ( IfxQspi_SpiMaster handle)

Error Interrupt handler.

Parameters
handleModule handle
Returns
None

Definition at line 601 of file IfxQspi_SpiMaster.c.

Referenced by IfxQspi_SpiMaster_initModule().

IFX_EXTERN IfxQspi_PhaseTransitionEvent IfxQspi_SpiMaster_isrPhaseTransition ( IfxQspi_SpiMaster handle)

Phase Transition interrupt handler.

Parameters
handleModule handle
Returns
Phase Transition Event

Definition at line 670 of file IfxQspi_SpiMaster.c.

IFX_EXTERN void IfxQspi_SpiMaster_isrReceive ( IfxQspi_SpiMaster handle)

Receive Interrupt handler.

Parameters
handleModule handle
Returns
None

Definition at line 690 of file IfxQspi_SpiMaster.c.

Referenced by IfxQspi_SpiMaster_initModule().

IFX_EXTERN void IfxQspi_SpiMaster_isrTransmit ( IfxQspi_SpiMaster handle)

Transmit interrupt handler.

Parameters
handleModule handle
Returns
None

Definition at line 698 of file IfxQspi_SpiMaster.c.

Referenced by IfxQspi_SpiMaster_initModule().

IFX_EXTERN IfxQspi_PhaseTransitionEvent IfxQspi_SpiMaster_isrUserDefined ( IfxQspi_SpiMaster handle)

User defined interrupt handler.

Parameters
handleModule handle
Returns
User Event

Definition at line 706 of file IfxQspi_SpiMaster.c.