pub struct W(_);
Expand description
Register ESC_CONF0
writer
Implementations§
source§impl W
impl W
sourcepub fn seper_char(&mut self) -> SEPER_CHAR_W<'_, 0>
pub fn seper_char(&mut self) -> SEPER_CHAR_W<'_, 0>
Bits 0:7 - Configures the delimiter for encoding, default value is 0xC0.
sourcepub fn seper_esc_char0(&mut self) -> SEPER_ESC_CHAR0_W<'_, 8>
pub fn seper_esc_char0(&mut self) -> SEPER_ESC_CHAR0_W<'_, 8>
Bits 8:15 - Configures the first char of SLIP escape character, default value is 0xDB.
sourcepub fn seper_esc_char1(&mut self) -> SEPER_ESC_CHAR1_W<'_, 16>
pub fn seper_esc_char1(&mut self) -> SEPER_ESC_CHAR1_W<'_, 16>
Bits 16:23 - Configures the second char of SLIP escape character, default value is 0xDC.
Methods from Deref<Target = W<ESC_CONF0_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