![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_COMP_SetInputPlus (COMP_TypeDef *COMPx, uint32_t InputPlus) |
| Set comparator input plus. | |
| __STATIC_INLINE uint32_t | DDL_COMP_GetInputPlus (COMP_TypeDef *COMPx) |
| Get comparator input plus. | |
| __STATIC_INLINE void | DDL_COMP_SetInputMinus (COMP_TypeDef *COMPx, uint32_t InputMinus) |
| Set comparator input minus. | |
| __STATIC_INLINE uint32_t | DDL_COMP_GetInputMinus (COMP_TypeDef *COMPx) |
| Get comparator input minus. | |
| __STATIC_INLINE uint32_t DDL_COMP_GetInputMinus | ( | COMP_TypeDef * | COMPx | ) |
Get comparator input minus.
| COMPx | COMP instance. |
| Returned | value can be one of the following values: |
Definition at line 403 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE uint32_t DDL_COMP_GetInputPlus | ( | COMP_TypeDef * | COMPx | ) |
Get comparator input plus.
| COMPx | COMP instance. |
| Returned | value can be one of the following values: |
Definition at line 370 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE void DDL_COMP_SetInputMinus | ( | COMP_TypeDef * | COMPx, |
| uint32_t | InputMinus ) |
Set comparator input minus.
| COMPx | COMP instance. |
| InputMinus | COMP1-3: This parameter can be one of the following values: |
| InputMinus | COMP4: This parameter can be one of the following values: |
| None |
Definition at line 388 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE void DDL_COMP_SetInputPlus | ( | COMP_TypeDef * | COMPx, |
| uint32_t | InputPlus ) |
Set comparator input plus.
| COMPx | COMP instance. |
| InputPlus | COMP1-3: This parameter can be one of the following values: |
| InputPlus | COMP4: This parameter can be one of the following values: |
| None |
Definition at line 356 of file g32r4xx_ddl_comp.h.