pub struct W(_);
Expand description
Register AT_CMD_PRECNT
writer
Implementations
sourceimpl W
impl W
sourcepub fn pre_idle_num(&mut self) -> PRE_IDLE_NUM_W<'_>
pub fn pre_idle_num(&mut self) -> PRE_IDLE_NUM_W<'_>
Bits 0:15 - This register is used to configure the idle duration time before the first at_cmd is received by receiver.
Methods from Deref<Target = W<AT_CMD_PRECNT_SPEC>>
Trait Implementations
sourceimpl From<W<AT_CMD_PRECNT_SPEC>> for W
impl From<W<AT_CMD_PRECNT_SPEC>> for W
sourcefn from(writer: W<AT_CMD_PRECNT_SPEC>) -> Self
fn from(writer: W<AT_CMD_PRECNT_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more