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