Struct d1_pac::audio_codec::ac_dac_dpc::W
source · pub struct W(/* private fields */);
Expand description
Register ac_dac_dpc
writer
Implementations§
source§impl W
impl W
sourcepub fn hub_en(&mut self) -> HUB_EN_W<'_, 0>
pub fn hub_en(&mut self) -> HUB_EN_W<'_, 0>
Bit 0 - Audio Hub Enable
The bit takes effect only when the EN_DA is set to 1.
System Domain: Audio Codec/I2S0/I2S1/I2S2/OWA TXFIFO Hub Enable.
sourcepub fn dvol(&mut self) -> DVOL_W<'_, 12>
pub fn dvol(&mut self) -> DVOL_W<'_, 12>
Bits 12:17 - Digital Volume Control: DVC
ATT = DVC[5:0] * (-1.16 dB)
64 steps, -1.16 dB/step
Methods from Deref<Target = W<AC_DAC_DPC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more