pub struct R(_);
Expand description
Register HW_CFG
reader
Implementations§
source§impl R
impl R
sourcepub fn hw_standby_en(&self) -> HW_STANDBY_EN_R
pub fn hw_standby_en(&self) -> HW_STANDBY_EN_R
Bit 0 - Enable function that hardware control standby pin.
Methods from Deref<Target = R<HW_CFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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