![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| ErrorStatus | DDL_ADC12_DeInit (ADC12_TypeDef *ADCx) |
| De-initialize registers of the selected ADC instance to their default reset values. | |
| ErrorStatus | DDL_ADC12_Init (ADC12_TypeDef *ADCx, DDL_ADC12_InitTypeDef *ADC_InitStruct) |
| Initialize some features of ADC instance. | |
| void | DDL_ADC12_StructInit (DDL_ADC12_InitTypeDef *ADC_InitStruct) |
| Set each DDL_ADC12_InitTypeDef field to default value. | |
| ErrorStatus | DDL_ADC12_REG_Init (ADC12_TypeDef *ADCx, DDL_ADC12_REG_InitTypeDef *ADC_REG_InitStruct) |
| Initialize some features of ADC group regular. | |
| void | DDL_ADC12_REG_StructInit (DDL_ADC12_REG_InitTypeDef *ADC_REG_InitStruct) |
| Set each DDL_ADC12_REG_InitTypeDef field to default value. | |
| ErrorStatus | DDL_ADC12_INJ_Init (ADC12_TypeDef *ADCx, DDL_ADC12_INJ_InitTypeDef *ADC_INJ_InitStruct) |
| Initialize some features of ADC group injected. | |
| void | DDL_ADC12_INJ_StructInit (DDL_ADC12_INJ_InitTypeDef *ADC_INJ_InitStruct) |
| Set each DDL_ADC12_INJ_InitTypeDef field to default value. | |
| ErrorStatus DDL_ADC12_DeInit | ( | ADC12_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 236 of file g32r4xx_ddl_adc12.c.
| ErrorStatus DDL_ADC12_Init | ( | ADC12_TypeDef * | ADCx, |
| DDL_ADC12_InitTypeDef * | ADC_InitStruct ) |
Initialize some features of ADC instance.
| ADCx | ADC instance |
| ADC_InitStruct | Pointer to a DDL_ADC12_REG_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 446 of file g32r4xx_ddl_adc12.c.
| ErrorStatus DDL_ADC12_INJ_Init | ( | ADC12_TypeDef * | ADCx, |
| DDL_ADC12_INJ_InitTypeDef * | ADC_INJ_InitStruct ) |
Initialize some features of ADC group injected.
| ADCx | ADC instance |
| ADC_INJ_InitStruct | Pointer to a DDL_ADC12_INJ_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 647 of file g32r4xx_ddl_adc12.c.
| void DDL_ADC12_INJ_StructInit | ( | DDL_ADC12_INJ_InitTypeDef * | ADC_INJ_InitStruct | ) |
Set each DDL_ADC12_INJ_InitTypeDef field to default value.
| ADC_INJ_InitStruct | Pointer to a DDL_ADC12_INJ_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 718 of file g32r4xx_ddl_adc12.c.
| ErrorStatus DDL_ADC12_REG_Init | ( | ADC12_TypeDef * | ADCx, |
| DDL_ADC12_REG_InitTypeDef * | ADC_REG_InitStruct ) |
Initialize some features of ADC group regular.
| ADCx | ADC instance |
| ADC_REG_InitStruct | Pointer to a DDL_ADC12_REG_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 517 of file g32r4xx_ddl_adc12.c.
| void DDL_ADC12_REG_StructInit | ( | DDL_ADC12_REG_InitTypeDef * | ADC_REG_InitStruct | ) |
Set each DDL_ADC12_REG_InitTypeDef field to default value.
| ADC_REG_InitStruct | Pointer to a DDL_ADC12_REG_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 602 of file g32r4xx_ddl_adc12.c.
| void DDL_ADC12_StructInit | ( | DDL_ADC12_InitTypeDef * | ADC_InitStruct | ) |
Set each DDL_ADC12_InitTypeDef field to default value.
| ADC_InitStruct | Pointer to a DDL_ADC12_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 478 of file g32r4xx_ddl_adc12.c.