pub struct W(/* private fields */);
Expand description
Register CTRLA
writer
Implementations§
Source§impl W
impl W
Sourcepub fn default_fmpen(&mut self) -> DEFAULT_FMPEN_W<'_, 1>
pub fn default_fmpen(&mut self) -> DEFAULT_FMPEN_W<'_, 1>
Bit 1 - FM Plus Enable
Sourcepub fn default_sdahold(&mut self) -> DEFAULT_SDAHOLD_W<'_, 2>
pub fn default_sdahold(&mut self) -> DEFAULT_SDAHOLD_W<'_, 2>
Bits 2:3 - SDA Hold Time
Sourcepub fn default_sdasetup(&mut self) -> DEFAULT_SDASETUP_W<'_, 4>
pub fn default_sdasetup(&mut self) -> DEFAULT_SDASETUP_W<'_, 4>
Bit 4 - SDA Setup Time
Methods from Deref<Target = W<CTRLA_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