Struct d1_pac::audio_codec::ac_dac_dpc::R
source · pub struct R(/* private fields */);
Expand description
Register ac_dac_dpc
reader
Implementations§
source§impl R
impl R
sourcepub fn hub_en(&self) -> HUB_EN_R
pub fn hub_en(&self) -> HUB_EN_R
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(&self) -> DVOL_R
pub fn dvol(&self) -> DVOL_R
Bits 12:17 - Digital Volume Control: DVC
ATT = DVC[5:0] * (-1.16 dB)
64 steps, -1.16 dB/step
Methods from Deref<Target = R<AC_DAC_DPC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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