Struct esp32h2::pmu::clk_state2::CLK_STATE2_SPEC
source · pub struct CLK_STATE2_SPEC;
Expand description
need_des
You can read
this register and get clk_state2::R
. See API.
Trait Implementations§
source§impl RegisterSpec for CLK_STATE2_SPEC
impl RegisterSpec for CLK_STATE2_SPEC
source§impl Resettable for CLK_STATE2_SPEC
impl Resettable for CLK_STATE2_SPEC
reset()
method sets CLK_STATE2 to value 0xffff_ffff
source§const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <pmu::clk_state2::CLK_STATE2_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <pmu::clk_state2::CLK_STATE2_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for CLK_STATE2_SPEC
read()
method returns clk_state2::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for CLK_STATE2_SPEC
impl Send for CLK_STATE2_SPEC
impl Sync for CLK_STATE2_SPEC
impl Unpin for CLK_STATE2_SPEC
impl UnwindSafe for CLK_STATE2_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