iLLD_TC27xC  1.0
Interrupt Functions
Collaboration diagram for Interrupt Functions:

Functions

IFX_EXTERN void IfxAsclin_Spi_isrError (IfxAsclin_Spi *asclin)
 ISR error routine. More...
 
IFX_EXTERN void IfxAsclin_Spi_isrReceive (IfxAsclin_Spi *asclin)
 ISR receive routine. More...
 
IFX_EXTERN void IfxAsclin_Spi_isrTransmit (IfxAsclin_Spi *asclin)
 ISR transmit routine. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxAsclin_Spi_isrError ( IfxAsclin_Spi asclin)

ISR error routine.

Currently it only stores error flags in the handle (asclin->errorFlags) whenever an error happens. The user software could react on these flags, e.g. re-initialising the module.

Parameters
asclinmodule handle
Returns
None

Definition at line 303 of file IfxAsclin_Spi.c.

IFX_EXTERN void IfxAsclin_Spi_isrReceive ( IfxAsclin_Spi asclin)

ISR receive routine.

Parameters
asclinmodule handle
Returns
None

Definition at line 334 of file IfxAsclin_Spi.c.

IFX_EXTERN void IfxAsclin_Spi_isrTransmit ( IfxAsclin_Spi asclin)

ISR transmit routine.

Parameters
asclinmodule handle
Returns
None

Definition at line 342 of file IfxAsclin_Spi.c.