Struct esp32c3::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.
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