![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| ErrorStatus | DDL_DAC_DeInit (DAC_TypeDef *DACx) |
| Initialization and de-initialization functions. | |
| ErrorStatus | DDL_DAC_Init (DAC_TypeDef *DACx, DDL_DAC_InitTypeDef *DAC_InitStruct) |
| Initialize some features of DAC channel. or one of the supported autogenerated wave. | |
| void | DDL_DAC_StructInit (DDL_DAC_InitTypeDef *DAC_InitStruct) |
| Set each DDL_DAC_InitTypeDef field to default value. | |
| ErrorStatus DDL_DAC_DeInit | ( | DAC_TypeDef * | DACx | ) |
Initialization and de-initialization functions.
De-initialize registers of the selected DAC instance to their default reset values.
| DACx | DAC instance |
| An | ErrorStatus enumeration value:
|
Definition at line 149 of file g32r4xx_ddl_dac.c.
| ErrorStatus DDL_DAC_Init | ( | DAC_TypeDef * | DACx, |
| DDL_DAC_InitTypeDef * | DAC_InitStruct ) |
Initialize some features of DAC channel. or one of the supported autogenerated wave.
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values:
|
| DAC_InitStruct | Pointer to a DDL_DAC_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 196 of file g32r4xx_ddl_dac.c.
| void DDL_DAC_StructInit | ( | DDL_DAC_InitTypeDef * | DAC_InitStruct | ) |
Set each DDL_DAC_InitTypeDef field to default value.
| DAC_InitStruct | pointer to a DDL_DAC_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 265 of file g32r4xx_ddl_dac.c.