iLLD_TC27xD  1.0
Interrupt Functions
Collaboration diagram for Interrupt Functions:

Functions

IFX_INLINE volatile Ifx_SRC_SRCR * IfxQspi_getErrorSrc (Ifx_QSPI *qspi)
 Gets the Error request value. More...
 
IFX_INLINE uint32 IfxQspi_getIndex (Ifx_QSPI *qspi)
 Specifies the function to get Index. More...
 
IFX_INLINE volatile Ifx_SRC_SRCR * IfxQspi_getReceiveSrc (Ifx_QSPI *qspi)
 Gets the RXFIFO service request. More...
 
IFX_INLINE volatile Ifx_SRC_SRCR * IfxQspi_getTransmitSrc (Ifx_QSPI *qspi)
 Gets the TXFIFO service request. More...
 

Detailed Description

Function Documentation

IFX_INLINE volatile Ifx_SRC_SRCR * IfxQspi_getErrorSrc ( Ifx_QSPI *  qspi)

Gets the Error request value.

Parameters
qspiPointer to QSPI module registers
Returns
Error request value

Definition at line 824 of file IfxQspi.h.

IFX_INLINE uint32 IfxQspi_getIndex ( Ifx_QSPI *  qspi)

Specifies the function to get Index.

Parameters
qspiPointer to QSPI module registers
Returns
Index in Integer

Definition at line 831 of file IfxQspi.h.

Referenced by IfxQspi_getErrorSrc(), IfxQspi_getReceiveSrc(), and IfxQspi_getTransmitSrc().

IFX_INLINE volatile Ifx_SRC_SRCR * IfxQspi_getReceiveSrc ( Ifx_QSPI *  qspi)

Gets the RXFIFO service request.

Parameters
qspiPointer to QSPI module registers
Returns
Receive service request value

Definition at line 865 of file IfxQspi.h.

Referenced by IfxQspi_SpiMaster_initModule(), and IfxQspi_SpiSlave_initModule().

IFX_INLINE volatile Ifx_SRC_SRCR * IfxQspi_getTransmitSrc ( Ifx_QSPI *  qspi)

Gets the TXFIFO service request.

Parameters
qspiPointer to QSPI module registers
Returns
Transmission service request value

Definition at line 884 of file IfxQspi.h.

Referenced by IfxQspi_SpiMaster_initModule(), and IfxQspi_SpiSlave_initModule().