Struct esp32c2_hal::uart::config::AtCmdConfig
source · pub struct AtCmdConfig {
pub pre_idle_count: Option<u16>,
pub post_idle_count: Option<u16>,
pub gap_timeout: Option<u16>,
pub cmd_char: u8,
pub char_num: Option<u8>,
}
Expand description
Configuration for the AT-CMD detection functionality
Fields§
§pre_idle_count: Option<u16>
§post_idle_count: Option<u16>
§gap_timeout: Option<u16>
§cmd_char: u8
§char_num: Option<u8>
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AtCmdConfig
impl Send for AtCmdConfig
impl Sync for AtCmdConfig
impl Unpin for AtCmdConfig
impl UnwindSafe for AtCmdConfig
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