Struct esp32c3::uart0::at_cmd_gaptout::W
source · pub struct W(_);
Expand description
Register AT_CMD_GAPTOUT
writer
Implementations§
source§impl W
impl W
sourcepub fn rx_gap_tout(&mut self) -> RX_GAP_TOUT_W<'_, 0>
pub fn rx_gap_tout(&mut self) -> RX_GAP_TOUT_W<'_, 0>
Bits 0:15 - This register is used to configure the duration time between the at_cmd chars.
Methods from Deref<Target = W<AT_CMD_GAPTOUT_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