iLLD_TC27xD  1.0
IfxAsclin_Spi.c File Reference

ASCLIN SPI details. More...

#include "IfxAsclin_Spi.h"

Go to the source code of this file.

Functions

void IfxAsclin_Spi_disableModule (IfxAsclin_Spi *asclin)
 Disables the module. More...
 
IfxAsclin_Spi_Status IfxAsclin_Spi_exchange (IfxAsclin_Spi *asclin, void *src, void *dest, uint32 count)
 starts the data exchange More...
 
IfxAsclin_Spi_Status IfxAsclin_Spi_getStatus (IfxAsclin_Spi *asclin)
 
IfxAsclin_Status IfxAsclin_Spi_initModule (IfxAsclin_Spi *asclin, const IfxAsclin_Spi_Config *config)
 Initialises the module. More...
 
void IfxAsclin_Spi_initModuleConfig (IfxAsclin_Spi_Config *config, Ifx_ASCLIN *asclin)
 Fills the configuration structure with default values. More...
 
void IfxAsclin_Spi_isrError (IfxAsclin_Spi *asclin)
 ISR error routine. More...
 
void IfxAsclin_Spi_isrReceive (IfxAsclin_Spi *asclin)
 ISR receive routine. More...
 
void IfxAsclin_Spi_isrTransmit (IfxAsclin_Spi *asclin)
 ISR transmit routine. More...
 
void IfxAsclin_Spi_read (IfxAsclin_Spi *asclin)
 Reads data from the Rx FIFO based on the outlet width. More...
 
void IfxAsclin_Spi_write (IfxAsclin_Spi *asclin)
 Writes data into the Tx FIFO based on the inlet width. More...
 

Detailed Description

ASCLIN SPI details.

Version
iLLD_1_0_0_11_0
                            IMPORTANT NOTICE

Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.

THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

Definition in file IfxAsclin_Spi.c.

Function Documentation

IfxAsclin_Spi_Status IfxAsclin_Spi_getStatus ( IfxAsclin_Spi asclin)
Parameters
asclinmodule handle
Returns
status of the on going job

Definition at line 80 of file IfxAsclin_Spi.c.