pub struct R(_);
Expand description
Register AT_CMD_POSTCNT
reader
Implementations
sourceimpl R
impl R
sourcepub fn post_idle_num(&self) -> POST_IDLE_NUM_R
pub fn post_idle_num(&self) -> POST_IDLE_NUM_R
Bits 0:15 - This register is used to configure the duration time between the last AT_CMD and the next data. It will not take the previous data as AT_CMD character when the duration is less than this register’s value.
Methods from Deref<Target = R<AT_CMD_POSTCNT_SPEC>>
Trait Implementations
sourceimpl From<R<AT_CMD_POSTCNT_SPEC>> for R
impl From<R<AT_CMD_POSTCNT_SPEC>> for R
sourcefn from(reader: R<AT_CMD_POSTCNT_SPEC>) -> Self
fn from(reader: R<AT_CMD_POSTCNT_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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