Struct esp32::uart0::at_cmd_char::R
source · pub struct R(_);
Expand description
Register AT_CMD_CHAR
reader
Implementations§
source§impl 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 continous at_cmd chars received by receiver.
Methods from Deref<Target = R<AT_CMD_CHAR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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