iLLD_TC29x
1.0
|
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... | |
ASCLIN SPI details.
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.
IfxAsclin_Spi_Status IfxAsclin_Spi_getStatus | ( | IfxAsclin_Spi * | asclin) |
asclin | module handle |
Definition at line 80 of file IfxAsclin_Spi.c.