Struct esp32c2::spi0::din_mode::DIN_MODE_SPEC
source · pub struct DIN_MODE_SPEC;Expand description
SPI0 input delay mode control register
You can read this register and get din_mode::R. See API.
Trait Implementations§
source§impl RegisterSpec for DIN_MODE_SPEC
impl RegisterSpec for DIN_MODE_SPEC
source§impl Resettable for DIN_MODE_SPEC
impl Resettable for DIN_MODE_SPEC
reset() method sets DIN_MODE to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for DIN_MODE_SPEC
read() method returns din_mode::R reader structure
Auto Trait Implementations§
impl Freeze for DIN_MODE_SPEC
impl RefUnwindSafe for DIN_MODE_SPEC
impl Send for DIN_MODE_SPEC
impl Sync for DIN_MODE_SPEC
impl Unpin for DIN_MODE_SPEC
impl UnwindSafe for DIN_MODE_SPEC
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