Struct d1_pac::riscv_cfg::work_mode::WORK_MODE_SPEC
source · pub struct WORK_MODE_SPEC;
Expand description
Trait Implementations§
source§impl Readable for WORK_MODE_SPEC
impl Readable for WORK_MODE_SPEC
read()
method returns work_mode::R reader structure
source§impl RegisterSpec for WORK_MODE_SPEC
impl RegisterSpec for WORK_MODE_SPEC
source§impl Resettable for WORK_MODE_SPEC
impl Resettable for WORK_MODE_SPEC
reset()
method sets work_mode to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <riscv_cfg::work_mode::WORK_MODE_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <riscv_cfg::work_mode::WORK_MODE_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.
Auto Trait Implementations§
impl Freeze for WORK_MODE_SPEC
impl RefUnwindSafe for WORK_MODE_SPEC
impl Send for WORK_MODE_SPEC
impl Sync for WORK_MODE_SPEC
impl Unpin for WORK_MODE_SPEC
impl UnwindSafe for WORK_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