Struct esp32s2::uart0::at_cmd_postcnt::W
source · pub struct W(_);
Expand description
Register AT_CMD_POSTCNT
writer
Implementations§
source§impl W
impl W
sourcepub fn post_idle_num(&mut self) -> POST_IDLE_NUM_W<'_, 0>
pub fn post_idle_num(&mut self) -> POST_IDLE_NUM_W<'_, 0>
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 = W<AT_CMD_POSTCNT_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