iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN void | IfxDsadc_Dsadc_initCarrierGen (IfxDsadc_Dsadc *dsadc, IfxDsadc_Dsadc_CarrierGenConfig *config) |
Initialise the DSADC carrier generator. More... | |
IFX_EXTERN void | IfxDsadc_Dsadc_initModule (IfxDsadc_Dsadc *dsadc, IfxDsadc_Dsadc_Config *config) |
Initialise the DSADC with the supplied configuration. More... | |
IFX_EXTERN void | IfxDsadc_Dsadc_initModuleConfig (IfxDsadc_Dsadc_Config *config, Ifx_DSADC *dsadc) |
Initialise the config struct with default DSADC configuration. More... | |
IFX_EXTERN void IfxDsadc_Dsadc_initCarrierGen | ( | IfxDsadc_Dsadc * | dsadc, |
IfxDsadc_Dsadc_CarrierGenConfig * | config | ||
) |
Initialise the DSADC carrier generator.
dsadc | pointer to the DSADC handle (it will be initialized by this function) |
config | pointer to the DSADC carrier configuration |
Definition at line 150 of file IfxDsadc_Dsadc.c.
IFX_EXTERN void IfxDsadc_Dsadc_initModule | ( | IfxDsadc_Dsadc * | dsadc, |
IfxDsadc_Dsadc_Config * | config | ||
) |
Initialise the DSADC with the supplied configuration.
dsadc | pointer to the DSADC handle (it will be initialized by this function) |
config | pointer to the DSADC module configuration |
A coding example can be found in IfxDsadc_Dsadc_initChannel
Definition at line 393 of file IfxDsadc_Dsadc.c.
IFX_EXTERN void IfxDsadc_Dsadc_initModuleConfig | ( | IfxDsadc_Dsadc_Config * | config, |
Ifx_DSADC * | dsadc | ||
) |
Initialise the config struct with default DSADC configuration.
config | pointer to the DSADC module configuration |
dsadc | base address of the DSADC register space |
A coding example can be found in IfxDsadc_Dsadc_initChannel
Definition at line 423 of file IfxDsadc_Dsadc.c.