![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| ErrorStatus | DDL_COMP_Init (COMP_TypeDef *COMPx, DDL_COMP_InitTypeDef *COMP_InitStruct) |
| Initialize COMP function. | |
| ErrorStatus | DDL_COMP_DeInit (COMP_TypeDef *COMPx) |
| De-Initialize COMP function. | |
| void | DDL_COMP_StructInit (DDL_COMP_InitTypeDef *COMP_InitStruct) |
| Set the fields of structure COMP_InitStruct to default values. | |
| ErrorStatus DDL_COMP_DeInit | ( | COMP_TypeDef * | COMPx | ) |
De-Initialize COMP function.
| COMPx | COMP instance |
| An | ErrorStatus enumeration value:
|
Definition at line 177 of file g32r4xx_ddl_comp.c.
| ErrorStatus DDL_COMP_Init | ( | COMP_TypeDef * | COMPx, |
| DDL_COMP_InitTypeDef * | COMP_InitStruct ) |
Initialize COMP function.
| COMPx | COMP instance |
| COMP_InitStruct | Pointer to a DDL_COMP_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 134 of file g32r4xx_ddl_comp.c.
| void DDL_COMP_StructInit | ( | DDL_COMP_InitTypeDef * | COMP_InitStruct | ) |
Set the fields of structure COMP_InitStruct to default values.
| COMP_InitStruct | Pointer to a DDL_COMP_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 206 of file g32r4xx_ddl_comp.c.