Searched refs:VREF_CS (Results 1 – 2 of 2) sorted by relevance
46 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()
44 #define VREF_CS REG32(VREF + 0x00000000U) /*!< VREF Control and status regis… macro