pub struct R(_);
Expand description
Register AT_CMD_CHAR
reader
Implementations
sourceimpl R
impl R
sourcepub fn at_cmd_char(&self) -> AT_CMD_CHAR_R
pub fn at_cmd_char(&self) -> AT_CMD_CHAR_R
Bits 0:7 - This register is used to configure the content of at_cmd char.
sourcepub fn char_num(&self) -> CHAR_NUM_R
pub fn char_num(&self) -> CHAR_NUM_R
Bits 8:15 - This register is used to configure the num of continuous at_cmd chars received by receiver.
Methods from Deref<Target = R<AT_CMD_CHAR_SPEC>>
Trait Implementations
sourceimpl From<R<AT_CMD_CHAR_SPEC>> for R
impl From<R<AT_CMD_CHAR_SPEC>> for R
sourcefn from(reader: R<AT_CMD_CHAR_SPEC>) -> Self
fn from(reader: R<AT_CMD_CHAR_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