Struct d1_pac::audio_codec::power::R
source · pub struct R(/* private fields */);
Expand description
Register power
reader
Implementations§
source§impl R
impl R
sourcepub fn bg_trim(&self) -> BG_TRIM_R
pub fn bg_trim(&self) -> BG_TRIM_R
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(&self) -> HPLDO_OUTPUT_VOLTAGE_R
pub fn hpldo_output_voltage(&self) -> HPLDO_OUTPUT_VOLTAGE_R
Bits 8:10 - HPLDO Output Voltage Control
sourcepub fn aldo_output_voltage(&self) -> ALDO_OUTPUT_VOLTAGE_R
pub fn aldo_output_voltage(&self) -> ALDO_OUTPUT_VOLTAGE_R
Bits 12:14 - ALDO Output Voltage Control
sourcepub fn var1speedup_further_ctrl(&self) -> VAR1SPEEDUP_FURTHER_CTRL_R
pub fn var1speedup_further_ctrl(&self) -> VAR1SPEEDUP_FURTHER_CTRL_R
Bit 29 - VRA1 Speedup Down Further Control In Adda Analog
sourcepub fn hpldo_en(&self) -> HPLDO_EN_R
pub fn hpldo_en(&self) -> HPLDO_EN_R
Bit 30 - HPLDO Enable
Methods from Deref<Target = R<POWER_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