Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_cmp.h57 #define CMP_CS_CMPO BIT(30) /*!< CMPx output */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_cmp.c227 if(CMP_CS(cmp_periph) & CMP_CS_CMPO){ in cmp_output_level_get()