Struct avr_device::atmega4809::sigrow::sernum9::SERNUM9_SPEC
source · pub struct SERNUM9_SPEC;
Expand description
Trait Implementations§
source§impl Readable for SERNUM9_SPEC
impl Readable for SERNUM9_SPEC
read()
method returns sernum9::R reader structure
source§impl RegisterSpec for SERNUM9_SPEC
impl RegisterSpec for SERNUM9_SPEC
source§impl Resettable for SERNUM9_SPEC
impl Resettable for SERNUM9_SPEC
reset()
method sets SERNUM9 to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum9::SERNUM9_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00): <devices::atmega4809::sigrow::sernum9::SERNUM9_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 SERNUM9_SPEC
impl RefUnwindSafe for SERNUM9_SPEC
impl Send for SERNUM9_SPEC
impl Sync for SERNUM9_SPEC
impl Unpin for SERNUM9_SPEC
impl UnwindSafe for SERNUM9_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