Struct esp32s2::uart0::at_cmd_char::W
source · pub struct W(_);
Expand description
Register AT_CMD_CHAR
writer
Implementations§
source§impl W
impl W
sourcepub fn at_cmd_char(&mut self) -> AT_CMD_CHAR_W<'_, 0>
pub fn at_cmd_char(&mut self) -> AT_CMD_CHAR_W<'_, 0>
Bits 0:7 - This register is used to configure the content of AT_CMD character.
sourcepub fn char_num(&mut self) -> CHAR_NUM_W<'_, 8>
pub fn char_num(&mut self) -> CHAR_NUM_W<'_, 8>
Bits 8:15 - This register is used to configure the number of continuous AT_CMD characters received by the receiver.
Methods from Deref<Target = W<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