iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE void | IfxPsi5s_setRxInput (Ifx_PSI5S *psi5s, IfxPsi5s_AlternateInput alti) |
Selects the alternate input for Rx signal. More... | |
IFX_INLINE void | IfxPsi5s_initRxPin (const IfxPsi5s_Rx_In *rx, IfxPort_InputMode inputMode) |
Initializes a RX input. More... | |
IFX_INLINE void | IfxPsi5s_initSclkPin (const IfxPsi5s_Sclk_Out *sclk, IfxPort_OutputMode outputMode, IfxPort_PadDriver padDriver) |
Initializes a SCLK output. More... | |
IFX_INLINE void | IfxPsi5s_initTxPin (const IfxPsi5s_Tx_Out *tx, IfxPort_OutputMode outputMode, IfxPort_PadDriver padDriver) |
Initializes a TX output. More... | |
IFX_INLINE void IfxPsi5s_initRxPin | ( | const IfxPsi5s_Rx_In * | rx, |
IfxPort_InputMode | inputMode | ||
) |
Initializes a RX input.
rx | the RX Pin which should be configured |
inputMode | the pin input mode which should be configured |
Definition at line 344 of file IfxPsi5s.h.
Referenced by IfxPsi5s_Psi5s_initModule().
IFX_INLINE void IfxPsi5s_initSclkPin | ( | const IfxPsi5s_Sclk_Out * | sclk, |
IfxPort_OutputMode | outputMode, | ||
IfxPort_PadDriver | padDriver | ||
) |
Initializes a SCLK output.
sclk | the SCLK Pin which should be configured |
outputMode | the pin output mode which should be configured |
padDriver | the pad driver mode which should be configured |
Definition at line 351 of file IfxPsi5s.h.
Referenced by IfxPsi5s_Psi5s_initModule().
IFX_INLINE void IfxPsi5s_initTxPin | ( | const IfxPsi5s_Tx_Out * | tx, |
IfxPort_OutputMode | outputMode, | ||
IfxPort_PadDriver | padDriver | ||
) |
Initializes a TX output.
tx | the TX Pin which should be configured |
outputMode | the pin output mode which should be configured |
padDriver | the pad driver mode which should be configured |
Definition at line 358 of file IfxPsi5s.h.
Referenced by IfxPsi5s_Psi5s_initModule().
IFX_INLINE void IfxPsi5s_setRxInput | ( | Ifx_PSI5S * | psi5s, |
IfxPsi5s_AlternateInput | alti | ||
) |
Selects the alternate input for Rx signal.
psi5s | pointer to PSI5S registers |
alti | alternate input selection of Rx signal |
Definition at line 338 of file IfxPsi5s.h.
Referenced by IfxPsi5s_initRxPin().