pub struct R(_);
Expand description
Register BUSYCH
reader
Implementations
sourceimpl R
impl R
sourcepub fn busych10(&self) -> BUSYCH10_R
pub fn busych10(&self) -> BUSYCH10_R
Bit 10 - Busy Channel 10
sourcepub fn busych11(&self) -> BUSYCH11_R
pub fn busych11(&self) -> BUSYCH11_R
Bit 11 - Busy Channel 11
sourcepub fn busych12(&self) -> BUSYCH12_R
pub fn busych12(&self) -> BUSYCH12_R
Bit 12 - Busy Channel 12
sourcepub fn busych13(&self) -> BUSYCH13_R
pub fn busych13(&self) -> BUSYCH13_R
Bit 13 - Busy Channel 13
sourcepub fn busych14(&self) -> BUSYCH14_R
pub fn busych14(&self) -> BUSYCH14_R
Bit 14 - Busy Channel 14
sourcepub fn busych15(&self) -> BUSYCH15_R
pub fn busych15(&self) -> BUSYCH15_R
Bit 15 - Busy Channel 15
sourcepub fn busych16(&self) -> BUSYCH16_R
pub fn busych16(&self) -> BUSYCH16_R
Bit 16 - Busy Channel 16
sourcepub fn busych17(&self) -> BUSYCH17_R
pub fn busych17(&self) -> BUSYCH17_R
Bit 17 - Busy Channel 17
sourcepub fn busych18(&self) -> BUSYCH18_R
pub fn busych18(&self) -> BUSYCH18_R
Bit 18 - Busy Channel 18
sourcepub fn busych19(&self) -> BUSYCH19_R
pub fn busych19(&self) -> BUSYCH19_R
Bit 19 - Busy Channel 19
sourcepub fn busych20(&self) -> BUSYCH20_R
pub fn busych20(&self) -> BUSYCH20_R
Bit 20 - Busy Channel 20
sourcepub fn busych21(&self) -> BUSYCH21_R
pub fn busych21(&self) -> BUSYCH21_R
Bit 21 - Busy Channel 21
sourcepub fn busych22(&self) -> BUSYCH22_R
pub fn busych22(&self) -> BUSYCH22_R
Bit 22 - Busy Channel 22
sourcepub fn busych23(&self) -> BUSYCH23_R
pub fn busych23(&self) -> BUSYCH23_R
Bit 23 - Busy Channel 23
sourcepub fn busych24(&self) -> BUSYCH24_R
pub fn busych24(&self) -> BUSYCH24_R
Bit 24 - Busy Channel 24
sourcepub fn busych25(&self) -> BUSYCH25_R
pub fn busych25(&self) -> BUSYCH25_R
Bit 25 - Busy Channel 25
sourcepub fn busych26(&self) -> BUSYCH26_R
pub fn busych26(&self) -> BUSYCH26_R
Bit 26 - Busy Channel 26
sourcepub fn busych27(&self) -> BUSYCH27_R
pub fn busych27(&self) -> BUSYCH27_R
Bit 27 - Busy Channel 27
sourcepub fn busych28(&self) -> BUSYCH28_R
pub fn busych28(&self) -> BUSYCH28_R
Bit 28 - Busy Channel 28
sourcepub fn busych29(&self) -> BUSYCH29_R
pub fn busych29(&self) -> BUSYCH29_R
Bit 29 - Busy Channel 29
sourcepub fn busych30(&self) -> BUSYCH30_R
pub fn busych30(&self) -> BUSYCH30_R
Bit 30 - Busy Channel 30
sourcepub fn busych31(&self) -> BUSYCH31_R
pub fn busych31(&self) -> BUSYCH31_R
Bit 31 - Busy Channel 31
Methods from Deref<Target = R<BUSYCH_SPEC>>
Trait Implementations
sourceimpl From<R<BUSYCH_SPEC>> for R
impl From<R<BUSYCH_SPEC>> for R
sourcefn from(reader: R<BUSYCH_SPEC>) -> Self
fn from(reader: R<BUSYCH_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