iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN void | IfxMsc_Msc_deInitModule (IfxMsc_Msc *msc) |
de-initialize MSC module More... | |
IFX_EXTERN void | IfxMsc_Msc_initModule (IfxMsc_Msc *msc, IfxMsc_Msc_Config *config) |
initialize the MSC module More... | |
IFX_EXTERN void | IfxMsc_Msc_initModuleConfig (IfxMsc_Msc_Config *config, Ifx_MSC *msc) |
initialize the MSC module configuration More... | |
IFX_EXTERN void | IfxMsc_Msc_initializeAbra (IfxMsc_Msc *msc, IfxMsc_Msc_Config *config) |
initialize the ABRA block More... | |
IFX_EXTERN void | IfxMsc_Msc_initializeDataExtension (IfxMsc_Msc *msc, IfxMsc_Msc_Config *config) |
initialize the MSC data extension block for 64bit operation More... | |
IFX_EXTERN void IfxMsc_Msc_deInitModule | ( | IfxMsc_Msc * | msc) |
de-initialize MSC module
msc | pointer to the MSC module handle |
Definition at line 35 of file IfxMsc_Msc.c.
IFX_EXTERN void IfxMsc_Msc_initializeAbra | ( | IfxMsc_Msc * | msc, |
IfxMsc_Msc_Config * | config | ||
) |
initialize the ABRA block
msc | pointer to the MSC module handle |
config | pointer to the MSC module configuration |
Definition at line 481 of file IfxMsc_Msc.c.
Referenced by IfxMsc_Msc_initModule().
IFX_EXTERN void IfxMsc_Msc_initializeDataExtension | ( | IfxMsc_Msc * | msc, |
IfxMsc_Msc_Config * | config | ||
) |
initialize the MSC data extension block for 64bit operation
msc | pointer to the MSC module handle |
config | pointer to the MSC module configuration |
Definition at line 511 of file IfxMsc_Msc.c.
Referenced by IfxMsc_Msc_initModule().
IFX_EXTERN void IfxMsc_Msc_initModule | ( | IfxMsc_Msc * | msc, |
IfxMsc_Msc_Config * | config | ||
) |
initialize the MSC module
msc | pointer to the MSC module handle |
config | pointer to the MSC module configuration |
Definition at line 59 of file IfxMsc_Msc.c.
IFX_EXTERN void IfxMsc_Msc_initModuleConfig | ( | IfxMsc_Msc_Config * | config, |
Ifx_MSC * | msc | ||
) |
initialize the MSC module configuration
config | pointer to the MSC configuration |
msc | pointer to the MSC registers |
A coding example can be found in IfxMsc_Msc_initModule
Definition at line 355 of file IfxMsc_Msc.c.