Struct esp32c2_hal::pac::gpio::strap::STRAP_SPEC
pub struct STRAP_SPEC;
Expand description
Trait Implementations
impl Readable for STRAP_SPEC
impl Readable for STRAP_SPEC
read()
method returns strap::R reader structure
impl RegisterSpec for STRAP_SPEC
impl RegisterSpec for STRAP_SPEC
impl Resettable for STRAP_SPEC
impl Resettable for STRAP_SPEC
reset()
method sets STRAP to value 0
const RESET_VALUE: <STRAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::strap::STRAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
const RESET_VALUE: <STRAP_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::strap::STRAP_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
Reset value of the register.
fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for STRAP_SPEC
impl Send for STRAP_SPEC
impl Sync for STRAP_SPEC
impl Unpin for STRAP_SPEC
impl UnwindSafe for STRAP_SPEC
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