Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_vref.c57 VREF_CS |= VREF_EN; in vref_enable()
68 VREF_CS &= (uint32_t)~VREF_EN; in vref_disable()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_vref.h57 #define VREF_EN VREF_CS_VREFEN /*!< VREF enable */ macro