Searched refs:DAC_CTL (Results 1 – 2 of 2) sorted by relevance
64 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 …]
47 #define DAC_CTL REG32(DAC + 0x00U) /*!< DAC control register */ macro
Completed in 9 milliseconds