Struct esp32c6::pmu::clk_state0::CLK_STATE0_SPEC
source · pub struct CLK_STATE0_SPEC;
Expand description
need_des
You can read
this register and get clk_state0::R
. See API.
Trait Implementations§
source§impl RegisterSpec for CLK_STATE0_SPEC
impl RegisterSpec for CLK_STATE0_SPEC
source§impl Resettable for CLK_STATE0_SPEC
impl Resettable for CLK_STATE0_SPEC
reset()
method sets CLK_STATE0 to value 0x03
source§const RESET_VALUE: u32 = 3u32
const RESET_VALUE: u32 = 3u32
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_STATE0_SPEC
read()
method returns clk_state0::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for CLK_STATE0_SPEC
impl Send for CLK_STATE0_SPEC
impl Sync for CLK_STATE0_SPEC
impl Unpin for CLK_STATE0_SPEC
impl UnwindSafe for CLK_STATE0_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