Struct esp32s2::uart0::at_cmd_gaptout::W
source · pub struct W(_);Expand description
Register AT_CMD_GAPTOUT writer
Implementations
sourceimpl 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 characters. It will not take the data as continuous AT_CMD characters when the duration time is less than this register’s value.
Methods from Deref<Target = W<AT_CMD_GAPTOUT_SPEC>>
Trait Implementations
sourceimpl From<W<AT_CMD_GAPTOUT_SPEC>> for W
impl From<W<AT_CMD_GAPTOUT_SPEC>> for W
sourcefn from(writer: W<AT_CMD_GAPTOUT_SPEC>) -> Self
fn from(writer: W<AT_CMD_GAPTOUT_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more