[−][src]Struct sodaq_one::dmac::pendch::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn pendch0(&self) -> PENDCH0R
[src]
Bit 0 - Pending Channel 0
pub fn pendch1(&self) -> PENDCH1R
[src]
Bit 1 - Pending Channel 1
pub fn pendch2(&self) -> PENDCH2R
[src]
Bit 2 - Pending Channel 2
pub fn pendch3(&self) -> PENDCH3R
[src]
Bit 3 - Pending Channel 3
pub fn pendch4(&self) -> PENDCH4R
[src]
Bit 4 - Pending Channel 4
pub fn pendch5(&self) -> PENDCH5R
[src]
Bit 5 - Pending Channel 5
pub fn pendch6(&self) -> PENDCH6R
[src]
Bit 6 - Pending Channel 6
pub fn pendch7(&self) -> PENDCH7R
[src]
Bit 7 - Pending Channel 7
pub fn pendch8(&self) -> PENDCH8R
[src]
Bit 8 - Pending Channel 8
pub fn pendch9(&self) -> PENDCH9R
[src]
Bit 9 - Pending Channel 9
pub fn pendch10(&self) -> PENDCH10R
[src]
Bit 10 - Pending Channel 10
pub fn pendch11(&self) -> PENDCH11R
[src]
Bit 11 - Pending Channel 11
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,