Type Alias esp_idf_sys::dac_continuous_channel_mode_t

source ·
pub type dac_continuous_channel_mode_t = c_uint;
Expand description

@brief DAC channel work mode in dma mode @note Only take effect when multiple channels enabled. @note Assume the data in buffer is ‘A B C D E F’ DAC_CHANNEL_MODE_SIMUL: - channel 0: A B C D E F - channel 1: A B C D E F DAC_CHANNEL_MODE_ALTER: - channel 0: A C E - channel 1: B D F