iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN void | IfxPsi5s_enableAscReceiver (Ifx_PSI5S *psi5s) |
Enable ASC receiver. More... | |
IFX_EXTERN void | IfxPsi5s_enableDisableChannelTriggerCounters (Ifx_PSI5S *psi5s, uint32 channels, uint32 mask) |
Enable/disable any combination of channel trigger counters selected by mask parameter. More... | |
IFX_EXTERN void | IfxPsi5s_enableDisableChannels (Ifx_PSI5S *psi5s, uint32 channels, uint32 mask) |
Enable/disable any combination of channels selected by mask parameter. More... | |
IFX_EXTERN void | IfxPsi5s_startAscTransactions (Ifx_PSI5S *psi5s) |
Start ASC transactions. More... | |
IFX_EXTERN void IfxPsi5s_enableAscReceiver | ( | Ifx_PSI5S * | psi5s) |
Enable ASC receiver.
psi5s | pointer to the PSI5S register space |
Definition at line 35 of file IfxPsi5s.c.
Referenced by IfxPsi5s_Psi5s_enableAscReceiver().
IFX_EXTERN void IfxPsi5s_enableDisableChannels | ( | Ifx_PSI5S * | psi5s, |
uint32 | channels, | ||
uint32 | mask | ||
) |
Enable/disable any combination of channels selected by mask parameter.
psi5s | pointer to the PSI5S register space |
channels | specifies the channels which should be enabled/disabled |
mask | specifies the channels which should be modified |
Definition at line 49 of file IfxPsi5s.c.
Referenced by IfxPsi5s_Psi5s_enableDisableChannels().
IFX_EXTERN void IfxPsi5s_enableDisableChannelTriggerCounters | ( | Ifx_PSI5S * | psi5s, |
uint32 | channels, | ||
uint32 | mask | ||
) |
Enable/disable any combination of channel trigger counters selected by mask parameter.
psi5s | pointer to the PSI5S register space |
channels | specifies the channel trigger counters which should be enabled/disabled |
mask | specifies the channel trigger counters which should be modified |
Definition at line 41 of file IfxPsi5s.c.
Referenced by IfxPsi5s_Psi5s_enableDisableChannelTriggerCounters().
IFX_EXTERN void IfxPsi5s_startAscTransactions | ( | Ifx_PSI5S * | psi5s) |
Start ASC transactions.
psi5s | pointer to the PSI5S register space |
Definition at line 57 of file IfxPsi5s.c.
Referenced by IfxPsi5s_Psi5s_startAscTransactions().