iLLD_TC27xC  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 void IfxQspi_SpiMaster_isrReceive (IfxQspi_SpiMaster *handle)
 Receive Interrupt handler. More...
 
IFX_EXTERN void IfxQspi_SpiMaster_isrTransmit (IfxQspi_SpiMaster *handle)
 Transmit 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 478 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 499 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 545 of file IfxQspi_SpiMaster.c.

Referenced by IfxQspi_SpiMaster_initModule().

IFX_EXTERN void IfxQspi_SpiMaster_isrReceive ( IfxQspi_SpiMaster handle)

Receive Interrupt handler.

Parameters
handleModule handle
Returns
None

Definition at line 553 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 561 of file IfxQspi_SpiMaster.c.

Referenced by IfxQspi_SpiMaster_initModule().