Struct atsamd51p::tcc0::per_dith6_mode::PER_DITH6_MODE_SPEC   
source · [−]pub struct PER_DITH6_MODE_SPEC;Expand description
Period
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see per_dith6_mode module
Trait Implementations
sourceimpl Readable for PER_DITH6_MODE_SPEC
 
impl Readable for PER_DITH6_MODE_SPEC
read() method returns per_dith6_mode::R reader structure
sourceimpl RegisterSpec for PER_DITH6_MODE_SPEC
 
impl RegisterSpec for PER_DITH6_MODE_SPEC
sourceimpl Resettable for PER_DITH6_MODE_SPEC
 
impl Resettable for PER_DITH6_MODE_SPEC
reset() method sets PER_DITH6_MODE to value 0xffff_ffff
sourcefn reset_value() -> Self::Ux
 
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for PER_DITH6_MODE_SPEC
 
impl Writable for PER_DITH6_MODE_SPEC
write(|w| ..) method takes per_dith6_mode::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for PER_DITH6_MODE_SPEC
impl Send for PER_DITH6_MODE_SPEC
impl Sync for PER_DITH6_MODE_SPEC
impl Unpin for PER_DITH6_MODE_SPEC
impl UnwindSafe for PER_DITH6_MODE_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