iLLD_TC27xD  1.0
Channel Initialize Functions
Collaboration diagram for Channel Initialize Functions:

Functions

IFX_EXTERN void IfxCcu6_Icu_initChannel (IfxCcu6_Icu_Channel *channel, const IfxCcu6_Icu_ChannelConfig *channelConfig)
 Initialises the channel. More...
 
IFX_EXTERN void IfxCcu6_Icu_initChannelConfig (IfxCcu6_Icu_ChannelConfig *channelConfig, Ifx_CCU6 *ccu6)
 Fills the channel config structure with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxCcu6_Icu_initChannel ( IfxCcu6_Icu_Channel channel,
const IfxCcu6_Icu_ChannelConfig channelConfig 
)

Initialises the channel.

Parameters
channelChannel handle
channelConfigConfiguration structure of the channel
Returns
None

A coding example can be found in How to use the CCU6 ICU Interface driver?

Definition at line 46 of file IfxCcu6_Icu.c.

IFX_EXTERN void IfxCcu6_Icu_initChannelConfig ( IfxCcu6_Icu_ChannelConfig channelConfig,
Ifx_CCU6 *  ccu6 
)

Fills the channel config structure with default values.

Parameters
channelConfigConfiguration structure of the channel
ccu6Pointer to the base of CCU6 registers
Returns
None

A coding example can be found in How to use the CCU6 ICU Interface driver?

Definition at line 175 of file IfxCcu6_Icu.c.