pub struct R(/* private fields */);
Expand description
Register DUALCTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn default_enable(&self) -> DEFAULT_ENABLE_R
pub fn default_enable(&self) -> DEFAULT_ENABLE_R
Bit 0 - Dual Control Enable
Sourcepub fn default_fmpen(&self) -> DEFAULT_FMPEN_R
pub fn default_fmpen(&self) -> DEFAULT_FMPEN_R
Bit 1 - FM Plus Enable
Sourcepub fn default_sdahold(&self) -> DEFAULT_SDAHOLD_R
pub fn default_sdahold(&self) -> DEFAULT_SDAHOLD_R
Bits 2:3 - SDA Hold Time
Methods from Deref<Target = R<DUALCTRL_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