[−][src]Struct metro_m0::evsys::intflag::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 ovr0(&self) -> OVR0R
[src]
Bit 0 - Channel 0 Overrun
pub fn ovr1(&self) -> OVR1R
[src]
Bit 1 - Channel 1 Overrun
pub fn ovr2(&self) -> OVR2R
[src]
Bit 2 - Channel 2 Overrun
pub fn ovr3(&self) -> OVR3R
[src]
Bit 3 - Channel 3 Overrun
pub fn ovr4(&self) -> OVR4R
[src]
Bit 4 - Channel 4 Overrun
pub fn ovr5(&self) -> OVR5R
[src]
Bit 5 - Channel 5 Overrun
pub fn ovr6(&self) -> OVR6R
[src]
Bit 6 - Channel 6 Overrun
pub fn ovr7(&self) -> OVR7R
[src]
Bit 7 - Channel 7 Overrun
pub fn evd0(&self) -> EVD0R
[src]
Bit 8 - Channel 0 Event Detection
pub fn evd1(&self) -> EVD1R
[src]
Bit 9 - Channel 1 Event Detection
pub fn evd2(&self) -> EVD2R
[src]
Bit 10 - Channel 2 Event Detection
pub fn evd3(&self) -> EVD3R
[src]
Bit 11 - Channel 3 Event Detection
pub fn evd4(&self) -> EVD4R
[src]
Bit 12 - Channel 4 Event Detection
pub fn evd5(&self) -> EVD5R
[src]
Bit 13 - Channel 5 Event Detection
pub fn evd6(&self) -> EVD6R
[src]
Bit 14 - Channel 6 Event Detection
pub fn evd7(&self) -> EVD7R
[src]
Bit 15 - Channel 7 Event Detection
pub fn ovr8(&self) -> OVR8R
[src]
Bit 16 - Channel 8 Overrun
pub fn ovr9(&self) -> OVR9R
[src]
Bit 17 - Channel 9 Overrun
pub fn ovr10(&self) -> OVR10R
[src]
Bit 18 - Channel 10 Overrun
pub fn ovr11(&self) -> OVR11R
[src]
Bit 19 - Channel 11 Overrun
pub fn evd8(&self) -> EVD8R
[src]
Bit 24 - Channel 8 Event Detection
pub fn evd9(&self) -> EVD9R
[src]
Bit 25 - Channel 9 Event Detection
pub fn evd10(&self) -> EVD10R
[src]
Bit 26 - Channel 10 Event Detection
pub fn evd11(&self) -> EVD11R
[src]
Bit 27 - Channel 11 Event Detection
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,