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
read()
method returns osc20err3v::R reader structure
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
reset()
method sets OSC20ERR3V to value 0
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