pub struct R(_);
Expand description
Register PENDCH
reader
Implementations
sourceimpl R
impl R
sourcepub fn pendch10(&self) -> PENDCH10_R
pub fn pendch10(&self) -> PENDCH10_R
Bit 10 - Pending Channel 10
sourcepub fn pendch11(&self) -> PENDCH11_R
pub fn pendch11(&self) -> PENDCH11_R
Bit 11 - Pending Channel 11
sourcepub fn pendch12(&self) -> PENDCH12_R
pub fn pendch12(&self) -> PENDCH12_R
Bit 12 - Pending Channel 12
sourcepub fn pendch13(&self) -> PENDCH13_R
pub fn pendch13(&self) -> PENDCH13_R
Bit 13 - Pending Channel 13
sourcepub fn pendch14(&self) -> PENDCH14_R
pub fn pendch14(&self) -> PENDCH14_R
Bit 14 - Pending Channel 14
sourcepub fn pendch15(&self) -> PENDCH15_R
pub fn pendch15(&self) -> PENDCH15_R
Bit 15 - Pending Channel 15
sourcepub fn pendch16(&self) -> PENDCH16_R
pub fn pendch16(&self) -> PENDCH16_R
Bit 16 - Pending Channel 16
sourcepub fn pendch17(&self) -> PENDCH17_R
pub fn pendch17(&self) -> PENDCH17_R
Bit 17 - Pending Channel 17
sourcepub fn pendch18(&self) -> PENDCH18_R
pub fn pendch18(&self) -> PENDCH18_R
Bit 18 - Pending Channel 18
sourcepub fn pendch19(&self) -> PENDCH19_R
pub fn pendch19(&self) -> PENDCH19_R
Bit 19 - Pending Channel 19
sourcepub fn pendch20(&self) -> PENDCH20_R
pub fn pendch20(&self) -> PENDCH20_R
Bit 20 - Pending Channel 20
sourcepub fn pendch21(&self) -> PENDCH21_R
pub fn pendch21(&self) -> PENDCH21_R
Bit 21 - Pending Channel 21
sourcepub fn pendch22(&self) -> PENDCH22_R
pub fn pendch22(&self) -> PENDCH22_R
Bit 22 - Pending Channel 22
sourcepub fn pendch23(&self) -> PENDCH23_R
pub fn pendch23(&self) -> PENDCH23_R
Bit 23 - Pending Channel 23
sourcepub fn pendch24(&self) -> PENDCH24_R
pub fn pendch24(&self) -> PENDCH24_R
Bit 24 - Pending Channel 24
sourcepub fn pendch25(&self) -> PENDCH25_R
pub fn pendch25(&self) -> PENDCH25_R
Bit 25 - Pending Channel 25
sourcepub fn pendch26(&self) -> PENDCH26_R
pub fn pendch26(&self) -> PENDCH26_R
Bit 26 - Pending Channel 26
sourcepub fn pendch27(&self) -> PENDCH27_R
pub fn pendch27(&self) -> PENDCH27_R
Bit 27 - Pending Channel 27
sourcepub fn pendch28(&self) -> PENDCH28_R
pub fn pendch28(&self) -> PENDCH28_R
Bit 28 - Pending Channel 28
sourcepub fn pendch29(&self) -> PENDCH29_R
pub fn pendch29(&self) -> PENDCH29_R
Bit 29 - Pending Channel 29
sourcepub fn pendch30(&self) -> PENDCH30_R
pub fn pendch30(&self) -> PENDCH30_R
Bit 30 - Pending Channel 30
sourcepub fn pendch31(&self) -> PENDCH31_R
pub fn pendch31(&self) -> PENDCH31_R
Bit 31 - Pending Channel 31
Methods from Deref<Target = R<PENDCH_SPEC>>
Trait Implementations
sourceimpl From<R<PENDCH_SPEC>> for R
impl From<R<PENDCH_SPEC>> for R
sourcefn from(reader: R<PENDCH_SPEC>) -> Self
fn from(reader: R<PENDCH_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