![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| ErrorStatus | DDL_ADC16_DeInit (ADC16_TypeDef *ADCx) |
| De-initialize registers of the selected ADC instance to their default reset values. | |
| ErrorStatus | DDL_ADC16_Init (ADC16_TypeDef *ADCx, DDL_ADC16_InitTypeDef *ADC_InitStruct) |
| Initialize some features of ADC instance. | |
| void | DDL_ADC16_StructInit (DDL_ADC16_InitTypeDef *ADC_InitStruct) |
| Set each DDL_ADC16_InitTypeDef field to default value. | |
| ErrorStatus | DDL_ADC16_REG_Init (ADC16_TypeDef *ADCx, DDL_ADC16_REG_InitTypeDef *ADC_REG_InitStruct) |
| Initialize some features of ADC group regular. | |
| void | DDL_ADC16_REG_StructInit (DDL_ADC16_REG_InitTypeDef *ADC_REG_InitStruct) |
| Set each DDL_ADC16_REG_InitTypeDef field to default value. | |
| ErrorStatus | DDL_ADC16_INJ_Init (ADC16_TypeDef *ADCx, DDL_ADC16_INJ_InitTypeDef *ADC_INJ_InitStruct) |
| Initialize some features of ADC group injected. | |
| void | DDL_ADC16_INJ_StructInit (DDL_ADC16_INJ_InitTypeDef *ADC_INJ_InitStruct) |
| Set each DDL_ADC16_INJ_InitTypeDef field to default value. | |
| ErrorStatus DDL_ADC16_DeInit | ( | ADC16_TypeDef * | ADCx | ) |
De-initialize registers of the selected ADC instance to their default reset values.
| ADCx | ADC instance |
| An | ErrorStatus enumeration value:
|
Definition at line 250 of file g32r4xx_ddl_adc16.c.
| ErrorStatus DDL_ADC16_Init | ( | ADC16_TypeDef * | ADCx, |
| DDL_ADC16_InitTypeDef * | ADC_InitStruct ) |
Initialize some features of ADC instance.
| ADCx | ADC instance |
| ADC_InitStruct | Pointer to a DDL_ADC16_REG_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 484 of file g32r4xx_ddl_adc16.c.
| ErrorStatus DDL_ADC16_INJ_Init | ( | ADC16_TypeDef * | ADCx, |
| DDL_ADC16_INJ_InitTypeDef * | ADC_INJ_InitStruct ) |
Initialize some features of ADC group injected.
| ADCx | ADC instance |
| ADC_INJ_InitStruct | Pointer to a DDL_ADC16_INJ_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 695 of file g32r4xx_ddl_adc16.c.
| void DDL_ADC16_INJ_StructInit | ( | DDL_ADC16_INJ_InitTypeDef * | ADC_INJ_InitStruct | ) |
Set each DDL_ADC16_INJ_InitTypeDef field to default value.
| ADC_INJ_InitStruct | Pointer to a DDL_ADC16_INJ_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 766 of file g32r4xx_ddl_adc16.c.
| ErrorStatus DDL_ADC16_REG_Init | ( | ADC16_TypeDef * | ADCx, |
| DDL_ADC16_REG_InitTypeDef * | ADC_REG_InitStruct ) |
Initialize some features of ADC group regular.
| ADCx | ADC instance |
| ADC_REG_InitStruct | Pointer to a DDL_ADC16_REG_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 557 of file g32r4xx_ddl_adc16.c.
| void DDL_ADC16_REG_StructInit | ( | DDL_ADC16_REG_InitTypeDef * | ADC_REG_InitStruct | ) |
Set each DDL_ADC16_REG_InitTypeDef field to default value.
| ADC_REG_InitStruct | Pointer to a DDL_ADC16_REG_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 649 of file g32r4xx_ddl_adc16.c.
| void DDL_ADC16_StructInit | ( | DDL_ADC16_InitTypeDef * | ADC_InitStruct | ) |
Set each DDL_ADC16_InitTypeDef field to default value.
| ADC_InitStruct | Pointer to a DDL_ADC16_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 518 of file g32r4xx_ddl_adc16.c.