iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE void | IfxSent_disableChannel (Ifx_SENT *sent, IfxSent_ChannelId channelId) |
Disable the channel with the channel number. More... | |
IFX_INLINE void | IfxSent_enableChannel (Ifx_SENT *sent, IfxSent_ChannelId channelId) |
Enable the channel with the channel number. More... | |
IFX_INLINE void | IfxSent_enableModule (Ifx_SENT *sent) |
Enable the SENT module. More... | |
IFX_EXTERN void | IfxSent_resetModule (Ifx_SENT *sent) |
Resets the SENT module. More... | |
IFX_INLINE void IfxSent_disableChannel | ( | Ifx_SENT * | sent, |
IfxSent_ChannelId | channelId | ||
) |
Disable the channel with the channel number.
sent | base address of the SENT register space |
channelId | SENT channel number |
Definition at line 434 of file IfxSent.h.
Referenced by IfxSent_Sent_initChannel().
IFX_INLINE void IfxSent_enableChannel | ( | Ifx_SENT * | sent, |
IfxSent_ChannelId | channelId | ||
) |
Enable the channel with the channel number.
sent | base address of the SENT register space |
channelId | SENT channel number |
Definition at line 440 of file IfxSent.h.
Referenced by IfxSent_Sent_initChannel().
IFX_INLINE void IfxSent_enableModule | ( | Ifx_SENT * | sent) |
Enable the SENT module.
sent | base address of the SENT register space |
Definition at line 446 of file IfxSent.h.
Referenced by IfxSent_Sent_initModule().
IFX_EXTERN void IfxSent_resetModule | ( | Ifx_SENT * | sent) |
Resets the SENT module.
sent | base address of the SENT register space |
Definition at line 121 of file IfxSent.c.
Referenced by IfxSent_Sent_deInitModule().