Struct d1_pac::audio_codec::power::W
source · pub struct W(/* private fields */);
Expand description
Register power
writer
Implementations§
source§impl W
impl W
sourcepub fn bg_trim(&mut self) -> BG_TRIM_W<'_, 0>
pub fn bg_trim(&mut self) -> BG_TRIM_W<'_, 0>
Bits 0:7 - BG Output Voltage Trimming
Only low 6-bit is used. The BG output voltage range is from 0.7 V to 1.208 V
sourcepub fn hpldo_output_voltage(&mut self) -> HPLDO_OUTPUT_VOLTAGE_W<'_, 8>
pub fn hpldo_output_voltage(&mut self) -> HPLDO_OUTPUT_VOLTAGE_W<'_, 8>
Bits 8:10 - HPLDO Output Voltage Control
sourcepub fn aldo_output_voltage(&mut self) -> ALDO_OUTPUT_VOLTAGE_W<'_, 12>
pub fn aldo_output_voltage(&mut self) -> ALDO_OUTPUT_VOLTAGE_W<'_, 12>
Bits 12:14 - ALDO Output Voltage Control
sourcepub fn var1speedup_further_ctrl(&mut self) -> VAR1SPEEDUP_FURTHER_CTRL_W<'_, 29>
pub fn var1speedup_further_ctrl(&mut self) -> VAR1SPEEDUP_FURTHER_CTRL_W<'_, 29>
Bit 29 - VRA1 Speedup Down Further Control In Adda Analog
sourcepub fn hpldo_en(&mut self) -> HPLDO_EN_W<'_, 30>
pub fn hpldo_en(&mut self) -> HPLDO_EN_W<'_, 30>
Bit 30 - HPLDO Enable
Methods from Deref<Target = W<POWER_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