iLLD_TC27xC  1.0
Channel Operative Functions
Collaboration diagram for Channel Operative Functions:

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...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxPsi5s_enableAscReceiver ( Ifx_PSI5S *  psi5s)

Enable ASC receiver.

Parameters
psi5spointer to the PSI5S register space
Returns
None

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.

Parameters
psi5spointer to the PSI5S register space
channelsspecifies the channels which should be enabled/disabled
maskspecifies the channels which should be modified
Returns
None

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.

Parameters
psi5spointer to the PSI5S register space
channelsspecifies the channel trigger counters which should be enabled/disabled
maskspecifies the channel trigger counters which should be modified
Returns
None

Definition at line 41 of file IfxPsi5s.c.

Referenced by IfxPsi5s_Psi5s_enableDisableChannelTriggerCounters().

IFX_EXTERN void IfxPsi5s_startAscTransactions ( Ifx_PSI5S *  psi5s)

Start ASC transactions.

Parameters
psi5spointer to the PSI5S register space
Returns
None

Definition at line 57 of file IfxPsi5s.c.

Referenced by IfxPsi5s_Psi5s_startAscTransactions().