Struct esp32s3::uart0::at_cmd_char::AT_CMD_CHAR_SPEC
source · [−]pub struct AT_CMD_CHAR_SPEC;Expand description
AT escape sequence detection configuration
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see at_cmd_char module
Trait Implementations
sourceimpl Readable for AT_CMD_CHAR_SPEC
impl Readable for AT_CMD_CHAR_SPEC
read() method returns at_cmd_char::R reader structure
sourceimpl RegisterSpec for AT_CMD_CHAR_SPEC
impl RegisterSpec for AT_CMD_CHAR_SPEC
sourceimpl Resettable for AT_CMD_CHAR_SPEC
impl Resettable for AT_CMD_CHAR_SPEC
reset() method sets AT_CMD_CHAR to value 0x032b
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for AT_CMD_CHAR_SPEC
impl Writable for AT_CMD_CHAR_SPEC
write(|w| ..) method takes at_cmd_char::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for AT_CMD_CHAR_SPEC
impl Send for AT_CMD_CHAR_SPEC
impl Sync for AT_CMD_CHAR_SPEC
impl Unpin for AT_CMD_CHAR_SPEC
impl UnwindSafe for AT_CMD_CHAR_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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