Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_dac.c64 DAC_CTL |= DAC_CTL_DEN0; in dac_enable()
66 DAC_CTL |= DAC_CTL_DEN1; in dac_enable()
79 DAC_CTL &= ~DAC_CTL_DEN0; in dac_disable()
81 DAC_CTL &= ~DAC_CTL_DEN1; in dac_disable()
319 DAC_CTL |= wave_mode; in dac_wave_mode_config()
352 DAC_CTL |= bit_width; in dac_wave_bit_width_config()
418 DAC_CTL |= amplitude; in dac_triangle_noise_config()
436 DAC_CTL |= (ctl); in dac_concurrent_enable()
449 DAC_CTL &= (~ctl); in dac_concurrent_disable()
488 DAC_CTL &= (~ctl); in dac_concurrent_output_buffer_enable()
[all …]
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_dac.h47 #define DAC_CTL REG32(DAC + 0x00U) /*!< DAC control register */ macro

Completed in 9 milliseconds