iLLD_TC29x
1.0
|
ASCLIN SPI details. More...
#include "Asclin/Std/IfxAsclin.h"
Go to the source code of this file.
Data Structures | |
struct | IfxAsclin_Spi_Baudrate |
Structure for Baudrate Generation. More... | |
struct | IfxAsclin_Spi_BitSamplingControl |
Structure for Bit Sampling. More... | |
struct | IfxAsclin_Spi_ErrorFlags |
Structure for Error Flags. More... | |
struct | IfxAsclin_Spi_FifoControl |
Structure for FIFO Control. More... | |
struct | IfxAsclin_Spi_FrameControl |
Structure for Frame Control. More... | |
struct | IfxAsclin_Spi_InputOutputControl |
Structure for input output control. More... | |
struct | IfxAsclin_Spi_InterruptConfig |
Structure for interrupt configuration. More... | |
struct | IfxAsclin_Spi_Job |
Structure for data transfer jobs. More... | |
struct | IfxAsclin_Spi_Pins |
Structure for SPI pin configuration. More... | |
struct | IfxAsclin_Spi |
Module handle. More... | |
struct | IfxAsclin_Spi_Config |
Configuration structure of the module. More... | |
Enumerations | |
enum | IfxAsclin_Spi_Status { IfxAsclin_Spi_Status_ok = 0, IfxAsclin_Spi_Status_busy = 1, IfxAsclin_Spi_Status_unknown = 2 } |
Enumeration for job status. 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.h.
enum IfxAsclin_Spi_Status |
Enumeration for job status.
Enumerator | |
---|---|
IfxAsclin_Spi_Status_ok | |
IfxAsclin_Spi_Status_busy | |
IfxAsclin_Spi_Status_unknown |
Definition at line 212 of file IfxAsclin_Spi.h.
IFX_EXTERN IfxAsclin_Spi_Status IfxAsclin_Spi_getStatus | ( | IfxAsclin_Spi * | asclin) |
asclin | module handle |
Definition at line 80 of file IfxAsclin_Spi.c.