iLLD_TC27xD  1.0
Channel Functions
Collaboration diagram for Channel Functions:

Functions

IFX_EXTERN void IfxHssl_Hssl_initChannel (IfxHssl_Hssl_Channel *channel, const IfxHssl_Hssl_ChannelConfig *channelConfig)
 Initialises the channel. More...
 
IFX_EXTERN void IfxHssl_Hssl_initChannelConfig (IfxHssl_Hssl_ChannelConfig *channelConfig, IfxHssl_Hssl *hssl, IfxHssl_Hsct *hsct)
 Fills the channel config structure with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxHssl_Hssl_initChannel ( IfxHssl_Hssl_Channel channel,
const IfxHssl_Hssl_ChannelConfig channelConfig 
)

Initialises the channel.

Parameters
channelchannel handle
channelConfigconfiguration structure for channel
Returns
None

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

Definition at line 113 of file IfxHssl_Hssl.c.

IFX_EXTERN void IfxHssl_Hssl_initChannelConfig ( IfxHssl_Hssl_ChannelConfig channelConfig,
IfxHssl_Hssl hssl,
IfxHssl_Hsct hsct 
)

Fills the channel config structure with default values.

Parameters
channelConfigconfiguration structure for channel
hsslHSSL Handle
hsctHSCT Handle
Returns
None

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

Definition at line 127 of file IfxHssl_Hssl.c.