Struct avr_device::atmega328p::cpu::osccal::OSCCAL_SPEC
source · [−]pub struct OSCCAL_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for OSCCAL_SPEC
impl Readable for OSCCAL_SPEC
read()
method returns osccal::R reader structure
sourceimpl RegisterSpec for OSCCAL_SPEC
impl RegisterSpec for OSCCAL_SPEC
sourceimpl Resettable for OSCCAL_SPEC
impl Resettable for OSCCAL_SPEC
reset()
method sets OSCCAL to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for OSCCAL_SPEC
impl Send for OSCCAL_SPEC
impl Sync for OSCCAL_SPEC
impl Unpin for OSCCAL_SPEC
impl UnwindSafe for OSCCAL_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more