iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_EXTERN void IfxSent_Sent_deInitModule (IfxSent_Sent *driver)
 Reset the SENT module. More...
 
IFX_EXTERN boolean IfxSent_Sent_initModule (IfxSent_Sent *driver, const IfxSent_Sent_Config *config)
 Initialise the SENT with the supplied configureation. More...
 
IFX_EXTERN void IfxSent_Sent_initModuleConfig (IfxSent_Sent_Config *config, Ifx_SENT *sent)
 Initialise buffer with default SENT configuration. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxSent_Sent_deInitModule ( IfxSent_Sent driver)

Reset the SENT module.

Parameters
driverpointer to the SENT module handler
Returns
None

Definition at line 36 of file IfxSent_Sent.c.

IFX_EXTERN boolean IfxSent_Sent_initModule ( IfxSent_Sent driver,
const IfxSent_Sent_Config config 
)

Initialise the SENT with the supplied configureation.

Parameters
driverpointer to the SENT module handler
configpointer to the SENT module configuration
Returns
TRUE if valid configuration otherwise FALSE

Usage example: see How to use the SENT Interface driver?

Definition at line 249 of file IfxSent_Sent.c.

IFX_EXTERN void IfxSent_Sent_initModuleConfig ( IfxSent_Sent_Config config,
Ifx_SENT *  sent 
)

Initialise buffer with default SENT configuration.

Parameters
configpointer to the SENT module configuration
sentbase address of the SENT register space
Returns
None

Usage example: see How to use the SENT Interface driver?

Definition at line 274 of file IfxSent_Sent.c.