pub struct R(/* private fields */);
Expand description
Register CHUSEBURSTS
reader
Implementations§
Source§impl R
impl R
Sourcepub fn ch0usebursts(&self) -> CH0USEBURSTS_R
pub fn ch0usebursts(&self) -> CH0USEBURSTS_R
Bit 0 - Channel 0 Useburst Set
Sourcepub fn ch1usebursts(&self) -> CH1USEBURSTS_R
pub fn ch1usebursts(&self) -> CH1USEBURSTS_R
Bit 1 - Channel 1 Useburst Set
Sourcepub fn ch2usebursts(&self) -> CH2USEBURSTS_R
pub fn ch2usebursts(&self) -> CH2USEBURSTS_R
Bit 2 - Channel 2 Useburst Set
Sourcepub fn ch3usebursts(&self) -> CH3USEBURSTS_R
pub fn ch3usebursts(&self) -> CH3USEBURSTS_R
Bit 3 - Channel 3 Useburst Set
Sourcepub fn ch4usebursts(&self) -> CH4USEBURSTS_R
pub fn ch4usebursts(&self) -> CH4USEBURSTS_R
Bit 4 - Channel 4 Useburst Set
Sourcepub fn ch5usebursts(&self) -> CH5USEBURSTS_R
pub fn ch5usebursts(&self) -> CH5USEBURSTS_R
Bit 5 - Channel 5 Useburst Set
Sourcepub fn ch6usebursts(&self) -> CH6USEBURSTS_R
pub fn ch6usebursts(&self) -> CH6USEBURSTS_R
Bit 6 - Channel 6 Useburst Set
Sourcepub fn ch7usebursts(&self) -> CH7USEBURSTS_R
pub fn ch7usebursts(&self) -> CH7USEBURSTS_R
Bit 7 - Channel 7 Useburst Set
Methods from Deref<Target = R<CHUSEBURSTS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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