pub struct W(/* private fields */);Expand description
Register AC12ERRSTAT writer
Implementations§
Source§impl W
impl W
Sourcepub fn uhsmodesel(&mut self) -> UHSMODESEL_W<'_>
pub fn uhsmodesel(&mut self) -> UHSMODESEL_W<'_>
Bits 16:18 - UHS Mode Select
Sourcepub fn sigen1p8v(&mut self) -> SIGEN1P8V_W<'_>
pub fn sigen1p8v(&mut self) -> SIGEN1P8V_W<'_>
Bit 19 - Voltage 1.8V Signal Enable
Sourcepub fn drvstnsel(&mut self) -> DRVSTNSEL_W<'_>
pub fn drvstnsel(&mut self) -> DRVSTNSEL_W<'_>
Bits 20:21 - Driver Strength Select
Sourcepub fn exetuning(&mut self) -> EXETUNING_W<'_>
pub fn exetuning(&mut self) -> EXETUNING_W<'_>
Bit 22 - Execute Tuning
Sourcepub fn sampclksel(&mut self) -> SAMPCLKSEL_W<'_>
pub fn sampclksel(&mut self) -> SAMPCLKSEL_W<'_>
Bit 23 - Sampling Clock Select
Sourcepub fn asyncinten(&mut self) -> ASYNCINTEN_W<'_>
pub fn asyncinten(&mut self) -> ASYNCINTEN_W<'_>
Bit 30 - Asynchronous Interrupt Enable
Sourcepub fn prstvalen(&mut self) -> PRSTVALEN_W<'_>
pub fn prstvalen(&mut self) -> PRSTVALEN_W<'_>
Bit 31 - Preset Value Enable
Methods from Deref<Target = W<AC12ERRSTAT_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