Struct d1_pac::sys_cfg::rescal_status::RESCAL_STATUS_SPEC
source · pub struct RESCAL_STATUS_SPEC;
Expand description
Resistor Calibration Status Register
This register you can read
. See API.
For information about available fields see rescal_status module
Trait Implementations§
source§impl Readable for RESCAL_STATUS_SPEC
impl Readable for RESCAL_STATUS_SPEC
read()
method returns rescal_status::R reader structure
source§impl RegisterSpec for RESCAL_STATUS_SPEC
impl RegisterSpec for RESCAL_STATUS_SPEC
source§impl Resettable for RESCAL_STATUS_SPEC
impl Resettable for RESCAL_STATUS_SPEC
reset()
method sets rescal_status to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sys_cfg::rescal_status::RESCAL_STATUS_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sys_cfg::rescal_status::RESCAL_STATUS_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 RESCAL_STATUS_SPEC
impl RefUnwindSafe for RESCAL_STATUS_SPEC
impl Send for RESCAL_STATUS_SPEC
impl Sync for RESCAL_STATUS_SPEC
impl Unpin for RESCAL_STATUS_SPEC
impl UnwindSafe for RESCAL_STATUS_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