pub struct R(_);
Expand description
Register READYUSR
reader
Implementations
sourceimpl R
impl R
sourcepub fn readyusr0(&self) -> READYUSR0_R
pub fn readyusr0(&self) -> READYUSR0_R
Bit 0 - Ready User for Channel 0
sourcepub fn readyusr1(&self) -> READYUSR1_R
pub fn readyusr1(&self) -> READYUSR1_R
Bit 1 - Ready User for Channel 1
sourcepub fn readyusr2(&self) -> READYUSR2_R
pub fn readyusr2(&self) -> READYUSR2_R
Bit 2 - Ready User for Channel 2
sourcepub fn readyusr3(&self) -> READYUSR3_R
pub fn readyusr3(&self) -> READYUSR3_R
Bit 3 - Ready User for Channel 3
sourcepub fn readyusr4(&self) -> READYUSR4_R
pub fn readyusr4(&self) -> READYUSR4_R
Bit 4 - Ready User for Channel 4
sourcepub fn readyusr5(&self) -> READYUSR5_R
pub fn readyusr5(&self) -> READYUSR5_R
Bit 5 - Ready User for Channel 5
sourcepub fn readyusr6(&self) -> READYUSR6_R
pub fn readyusr6(&self) -> READYUSR6_R
Bit 6 - Ready User for Channel 6
sourcepub fn readyusr7(&self) -> READYUSR7_R
pub fn readyusr7(&self) -> READYUSR7_R
Bit 7 - Ready User for Channel 7
sourcepub fn readyusr8(&self) -> READYUSR8_R
pub fn readyusr8(&self) -> READYUSR8_R
Bit 8 - Ready User for Channel 8
sourcepub fn readyusr9(&self) -> READYUSR9_R
pub fn readyusr9(&self) -> READYUSR9_R
Bit 9 - Ready User for Channel 9
sourcepub fn readyusr10(&self) -> READYUSR10_R
pub fn readyusr10(&self) -> READYUSR10_R
Bit 10 - Ready User for Channel 10
sourcepub fn readyusr11(&self) -> READYUSR11_R
pub fn readyusr11(&self) -> READYUSR11_R
Bit 11 - Ready User for Channel 11
Methods from Deref<Target = R<READYUSR_SPEC>>
Trait Implementations
sourceimpl From<R<READYUSR_SPEC>> for R
impl From<R<READYUSR_SPEC>> for R
sourcefn from(reader: R<READYUSR_SPEC>) -> Self
fn from(reader: R<READYUSR_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