G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Functions

__STATIC_INLINE void DDL_COMP_SetFilter (COMP_TypeDef *COMPx, uint32_t Filter)
 Set comparator filter.
__STATIC_INLINE uint32_t DDL_COMP_GetFilter (COMP_TypeDef *COMPx)
 Get comparator filter.

Detailed Description

Function Documentation

◆ DDL_COMP_GetFilter()

__STATIC_INLINE uint32_t DDL_COMP_GetFilter ( COMP_TypeDef * COMPx)

Get comparator filter.

Parameters
COMPxCOMP instance.
Return values
Returnedvalue can be one of the following values:

Definition at line 618 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_SetFilter()

__STATIC_INLINE void DDL_COMP_SetFilter ( COMP_TypeDef * COMPx,
uint32_t Filter )

Set comparator filter.

Parameters
COMPxCOMP instance.
FilterThis parameter can be one of the following values:
Return values
None

Definition at line 600 of file g32r4xx_ddl_comp.h.