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