Home
last modified time | relevance | path

Searched refs:DAC_CTL_DEN (Results 1 – 4 of 4) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_dac.c60 DAC_CTL |= DAC_CTL_DEN; in dac_enable()
71 DAC_CTL &= ~DAC_CTL_DEN; in dac_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_dac.c62 DAC_CTL |= DAC_CTL_DEN; in dac_enable()
73 DAC_CTL &= ~DAC_CTL_DEN; in dac_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_dac.h57 #define DAC_CTL_DEN BIT(0) /*!< DAC enable/disable bit */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_dac.h54 #define DAC_CTL_DEN BIT(0) /*!< DAC_OUT enable/disa… macro