![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_COMP_Enable (COMP_TypeDef *COMPx) |
| Enable comparator instance. | |
| __STATIC_INLINE void | DDL_COMP_Disable (COMP_TypeDef *COMPx) |
| Disable comparator instance. | |
| __STATIC_INLINE uint32_t | DDL_COMP_IsEnabled (COMP_TypeDef *COMPx) |
| Get comparator enable state. | |
| __STATIC_INLINE void | DDL_COMP_Lock (COMP_TypeDef *COMPx) |
| Lock comparator instance. | |
| __STATIC_INLINE uint32_t | DDL_COMP_IsLocked (COMP_TypeDef *COMPx) |
| Get comparator lock state. | |
| __STATIC_INLINE uint32_t | DDL_COMP_ReadOutputLevel (COMP_TypeDef *COMPx) |
| Read comparator output level. | |
| __STATIC_INLINE void DDL_COMP_Disable | ( | COMP_TypeDef * | COMPx | ) |
Disable comparator instance.
| COMPx | COMP instance. |
| None |
Definition at line 518 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE void DDL_COMP_Enable | ( | COMP_TypeDef * | COMPx | ) |
Enable comparator instance.
| COMPx | COMP instance. |
| None |
Definition at line 508 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE uint32_t DDL_COMP_IsEnabled | ( | COMP_TypeDef * | COMPx | ) |
Get comparator enable state.
| COMPx | COMP instance. |
| State | of bit (1 or 0).
|
Definition at line 530 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE uint32_t DDL_COMP_IsLocked | ( | COMP_TypeDef * | COMPx | ) |
Get comparator lock state.
| COMPx | COMP instance. |
| State | of bit (1 or 0).
|
Definition at line 554 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE void DDL_COMP_Lock | ( | COMP_TypeDef * | COMPx | ) |
Lock comparator instance.
| COMPx | COMP instance. |
| None |
Definition at line 542 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE uint32_t DDL_COMP_ReadOutputLevel | ( | COMP_TypeDef * | COMPx | ) |
Read comparator output level.
| COMPx | COMP instance. |
| Returned | value can be one of the following values: |
Definition at line 573 of file g32r4xx_ddl_comp.h.