![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_COMP_SetHysteresis (COMP_TypeDef *COMPx, uint32_t Hysteresis) |
| Select comparator hysteresis. | |
| __STATIC_INLINE uint32_t | DDL_COMP_GetHysteresis (COMP_TypeDef *COMPx) |
| Get comparator hysteresis. | |
| __STATIC_INLINE void | DDL_COMP_SetOutputBlank (COMP_TypeDef *COMPx, uint32_t Blank) |
| Set comparator output blank. | |
| __STATIC_INLINE uint32_t | DDL_COMP_GetOutputBlank (COMP_TypeDef *COMPx) |
| Get comparator output blank. | |
| __STATIC_INLINE uint32_t DDL_COMP_GetHysteresis | ( | COMP_TypeDef * | COMPx | ) |
Get comparator hysteresis.
| COMPx | COMP instance. |
| Returned | value can be one of the following values: |
Definition at line 294 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE uint32_t DDL_COMP_GetOutputBlank | ( | COMP_TypeDef * | COMPx | ) |
Get comparator output blank.
| COMPx | COMP instance. |
| Returned | value can be one of the following values: |
Definition at line 330 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE void DDL_COMP_SetHysteresis | ( | COMP_TypeDef * | COMPx, |
| uint32_t | Hysteresis ) |
Select comparator hysteresis.
| COMPx | COMP instance. |
| Hysteresis | This parameter can be one of the following values: |
| None |
Definition at line 280 of file g32r4xx_ddl_comp.h.
| __STATIC_INLINE void DDL_COMP_SetOutputBlank | ( | COMP_TypeDef * | COMPx, |
| uint32_t | Blank ) |
Set comparator output blank.
| COMPx | COMP instance. |
| Blank | This parameter can be one of the following values: |
| None |
Definition at line 312 of file g32r4xx_ddl_comp.h.