iLLD_TC29x
1.0
|
PSI5 PSI5 details. More...
Go to the source code of this file.
Data Structures | |
struct | IfxPsi5_Psi5 |
PSI5 handle data structure. More... | |
struct | IfxPsi5_Psi5_ChannelTrigger |
channel trigger configuration structure More... | |
struct | IfxPsi5_Psi5_Clock |
Clock configuration data structure. More... | |
struct | IfxPsi5_Psi5_FrameData |
Psi5 frame data structure with individual members. More... | |
struct | IfxPsi5_Psi5_InputOutputControl |
Input output configuration structure. More... | |
struct | IfxPsi5_Psi5_PulseGeneration |
Sync pulse generation configuration structure. More... | |
struct | IfxPsi5_Psi5_Rdm |
Psi5 frame in double word format. More... | |
struct | IfxPsi5_Psi5_Rds |
Psi5 serial message as unsigned 32 bit value. More... | |
struct | IfxPsi5_Psi5_ReceiveControl |
Receive control configuration structure. More... | |
struct | IfxPsi5_Psi5_TimeStampConfig |
Timestamp configuration data structure. More... | |
struct | IfxPsi5_Psi5_TransmitControl |
Transmit control configuration structure. More... | |
struct | IfxPsi5_Psi5_PinsConfig |
Pin Configuration structure. More... | |
struct | IfxPsi5_Psi5_Channel |
Channel handle data structure. More... | |
struct | IfxPsi5_Psi5_ChannelConfig |
Channel configuration structure. More... | |
struct | IfxPsi5_Psi5_Config |
PSI5 module configuration structure. More... | |
union | IfxPsi5_Psi5_Frame |
Psi5 frame data union. More... | |
struct | IfxPsi5_Psi5_StartupOptions |
startup related options TBD More... | |
PSI5 PSI5 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 IfxPsi5_Psi5.h.
struct IfxPsi5_Psi5_PinsConfig |
Pin Configuration structure.
Definition at line 274 of file IfxPsi5_Psi5.h.
Data Fields | ||
---|---|---|
const IfxPsi5_Rx_In * | in | The RX Pin which should be configured. |
IfxPort_InputMode | inMode | The pin input mode which should be configured. |
const IfxPsi5_Tx_Out * | out | The TX Pin which should be configured. |
IfxPort_OutputMode | outMode | The pin output mode which should be configured. |
IfxPort_PadDriver | pinDriver | The pad driver mode which should be configured. |