Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_vref.c46 VREF_CS = (uint32_t)0x00000002U; in vref_deinit()
57 VREF_CS |= VREF_EN; in vref_enable()
68 VREF_CS &= (uint32_t)~VREF_EN; in vref_disable()
79 VREF_CS |= VREF_HIGH_IMPEDANCE_MODE; in vref_high_impedance_mode_enable()
90 VREF_CS &= (uint32_t)~VREF_HIGH_IMPEDANCE_MODE; in vref_high_impedance_mode_disable()
103 uint32_t temp_status = VREF_CS; in vref_status_get()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_vref.h44 #define VREF_CS REG32(VREF + 0x00000000U) /*!< VREF Control and status regis… macro