Home
last modified time | relevance | path

Searched refs:CS_CMPHST (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_cmp.h180 #define CS_CMPHST(regval) (BITS(16,17) & ((uint32_t)(regval) << 16)) macro
181 #define CS_CMPHST_HYSTERESIS_NO CS_CMPHST(0) /*!< CMP output no …
182 #define CS_CMPHST_HYSTERESIS_LOW CS_CMPHST(1) /*!< CMP output low…
183 #define CS_CMPHST_HYSTERESIS_MIDDLE CS_CMPHST(2) /*!< CMP output mid…
184 #define CS_CMPHST_HYSTERESIS_HIGH CS_CMPHST(3) /*!< CMP output hig…
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_cmp.c93 …perating_mode) | CS_CMPMSEL(inverting_input) | CS_CMPPSEL(plus_input) | CS_CMPHST(output_hysteresi… in cmp_mode_init()