pub struct R(_);
Expand description
Register WAVEB
reader
Implementations
sourceimpl R
impl R
sourcepub fn wavegenb(&self) -> WAVEGENB_R
pub fn wavegenb(&self) -> WAVEGENB_R
Bits 0:2 - Waveform Generation Buffer
sourcepub fn ciperenb(&self) -> CIPERENB_R
pub fn ciperenb(&self) -> CIPERENB_R
Bit 7 - Circular Period Enable Buffer
sourcepub fn ciccenb0(&self) -> CICCENB0_R
pub fn ciccenb0(&self) -> CICCENB0_R
Bit 8 - Circular Channel 0 Enable Buffer
sourcepub fn ciccenb1(&self) -> CICCENB1_R
pub fn ciccenb1(&self) -> CICCENB1_R
Bit 9 - Circular Channel 1 Enable Buffer
sourcepub fn ciccenb2(&self) -> CICCENB2_R
pub fn ciccenb2(&self) -> CICCENB2_R
Bit 10 - Circular Channel 2 Enable Buffer
sourcepub fn ciccenb3(&self) -> CICCENB3_R
pub fn ciccenb3(&self) -> CICCENB3_R
Bit 11 - Circular Channel 3 Enable Buffer
Methods from Deref<Target = R<WAVEB_SPEC>>
Trait Implementations
sourceimpl From<R<WAVEB_SPEC>> for R
impl From<R<WAVEB_SPEC>> for R
sourcefn from(reader: R<WAVEB_SPEC>) -> Self
fn from(reader: R<WAVEB_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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