Struct esp32s2::uart0::at_cmd_gaptout::R
source · pub struct R(_);Expand description
Register AT_CMD_GAPTOUT reader
Implementations§
source§impl R
impl R
sourcepub fn rx_gap_tout(&self) -> RX_GAP_TOUT_R
pub fn rx_gap_tout(&self) -> RX_GAP_TOUT_R
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 = R<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