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