Type Alias d1_pac::audio_codec::ac_dac_drc_ctrl::DAC_DRC_DELAY_BUF_EN_W

source ·
pub type DAC_DRC_DELAY_BUF_EN_W<'a, const O: u8> = BitWriter<'a, u32, AC_DAC_DRC_CTRL_SPEC, DAC_DRC_DELAY_BUF_EN_A, O>;
Expand description

Field dac_drc_delay_buf_en writer - The delay buffer use or not when the DRC is disabled and the DRC buffer data output completely.

Aliased Type§

struct DAC_DRC_DELAY_BUF_EN_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> DAC_DRC_DELAY_BUF_EN_W<'a, O>

source

pub fn d_o_not_use_the_buffer(self) -> &'a mut W

Do not use the buffer.

source

pub fn u_se_the_buffer(self) -> &'a mut W

Use the buffer.