pub struct W(/* private fields */);
Expand description
Register CHUSEBURSTS
writer
Implementations§
Source§impl W
impl W
Sourcepub fn ch0usebursts(&mut self) -> CH0USEBURSTS_W<'_>
pub fn ch0usebursts(&mut self) -> CH0USEBURSTS_W<'_>
Bit 0 - Channel 0 Useburst Set
Sourcepub fn ch1usebursts(&mut self) -> CH1USEBURSTS_W<'_>
pub fn ch1usebursts(&mut self) -> CH1USEBURSTS_W<'_>
Bit 1 - Channel 1 Useburst Set
Sourcepub fn ch2usebursts(&mut self) -> CH2USEBURSTS_W<'_>
pub fn ch2usebursts(&mut self) -> CH2USEBURSTS_W<'_>
Bit 2 - Channel 2 Useburst Set
Sourcepub fn ch3usebursts(&mut self) -> CH3USEBURSTS_W<'_>
pub fn ch3usebursts(&mut self) -> CH3USEBURSTS_W<'_>
Bit 3 - Channel 3 Useburst Set
Sourcepub fn ch4usebursts(&mut self) -> CH4USEBURSTS_W<'_>
pub fn ch4usebursts(&mut self) -> CH4USEBURSTS_W<'_>
Bit 4 - Channel 4 Useburst Set
Sourcepub fn ch5usebursts(&mut self) -> CH5USEBURSTS_W<'_>
pub fn ch5usebursts(&mut self) -> CH5USEBURSTS_W<'_>
Bit 5 - Channel 5 Useburst Set
Sourcepub fn ch6usebursts(&mut self) -> CH6USEBURSTS_W<'_>
pub fn ch6usebursts(&mut self) -> CH6USEBURSTS_W<'_>
Bit 6 - Channel 6 Useburst Set
Sourcepub fn ch7usebursts(&mut self) -> CH7USEBURSTS_W<'_>
pub fn ch7usebursts(&mut self) -> CH7USEBURSTS_W<'_>
Bit 7 - Channel 7 Useburst Set
Methods from Deref<Target = W<CHUSEBURSTS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more