Struct avr_device::atmega4809::adc0::command::COMMAND_SPEC
source · [−]pub struct COMMAND_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for COMMAND_SPEC
impl Readable for COMMAND_SPEC
read()
method returns command::R reader structure
sourceimpl RegisterSpec for COMMAND_SPEC
impl RegisterSpec for COMMAND_SPEC
sourceimpl Resettable for COMMAND_SPEC
impl Resettable for COMMAND_SPEC
reset()
method sets COMMAND to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for COMMAND_SPEC
impl Writable for COMMAND_SPEC
write(|w| ..)
method takes command::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for COMMAND_SPEC
impl Send for COMMAND_SPEC
impl Sync for COMMAND_SPEC
impl Unpin for COMMAND_SPEC
impl UnwindSafe for COMMAND_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