pub struct W(_);
Expand description
Register WAVEB
writer
Implementations
sourceimpl W
impl W
sourcepub fn wavegenb(&mut self) -> WAVEGENB_W<'_>
pub fn wavegenb(&mut self) -> WAVEGENB_W<'_>
Bits 0:2 - Waveform Generation Buffer
sourcepub fn ciperenb(&mut self) -> CIPERENB_W<'_>
pub fn ciperenb(&mut self) -> CIPERENB_W<'_>
Bit 7 - Circular Period Enable Buffer
sourcepub fn ciccenb0(&mut self) -> CICCENB0_W<'_>
pub fn ciccenb0(&mut self) -> CICCENB0_W<'_>
Bit 8 - Circular Channel 0 Enable Buffer
sourcepub fn ciccenb1(&mut self) -> CICCENB1_W<'_>
pub fn ciccenb1(&mut self) -> CICCENB1_W<'_>
Bit 9 - Circular Channel 1 Enable Buffer
sourcepub fn ciccenb2(&mut self) -> CICCENB2_W<'_>
pub fn ciccenb2(&mut self) -> CICCENB2_W<'_>
Bit 10 - Circular Channel 2 Enable Buffer
sourcepub fn ciccenb3(&mut self) -> CICCENB3_W<'_>
pub fn ciccenb3(&mut self) -> CICCENB3_W<'_>
Bit 11 - Circular Channel 3 Enable Buffer
Methods from Deref<Target = W<WAVEB_SPEC>>
Trait Implementations
sourceimpl From<W<WAVEB_SPEC>> for W
impl From<W<WAVEB_SPEC>> for W
sourcefn from(writer: W<WAVEB_SPEC>) -> Self
fn from(writer: W<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