Struct avr_device::atmega4809::sigrow::osc20err3v::OSC20ERR3V_SPEC
source · pub struct OSC20ERR3V_SPEC;
Expand description
OSC20 error at 3V
This register you can read
. See API.
For information about available fields see osc20err3v module
Trait Implementations§
source§impl Readable for OSC20ERR3V_SPEC
impl Readable for OSC20ERR3V_SPEC
read()
method returns osc20err3v::R reader structure
source§impl RegisterSpec for OSC20ERR3V_SPEC
impl RegisterSpec for OSC20ERR3V_SPEC
source§impl Resettable for OSC20ERR3V_SPEC
impl Resettable for OSC20ERR3V_SPEC
reset()
method sets OSC20ERR3V to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osc20err3v::OSC20ERR3V_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::osc20err3v::OSC20ERR3V_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 OSC20ERR3V_SPEC
impl RefUnwindSafe for OSC20ERR3V_SPEC
impl Send for OSC20ERR3V_SPEC
impl Sync for OSC20ERR3V_SPEC
impl Unpin for OSC20ERR3V_SPEC
impl UnwindSafe for OSC20ERR3V_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