[−][src]Struct itsybitsy_m0::eic::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 extint0(&self) -> EXTINT0R
[src]
Bit 0 - External Interrupt 0
pub fn extint1(&self) -> EXTINT1R
[src]
Bit 1 - External Interrupt 1
pub fn extint2(&self) -> EXTINT2R
[src]
Bit 2 - External Interrupt 2
pub fn extint3(&self) -> EXTINT3R
[src]
Bit 3 - External Interrupt 3
pub fn extint4(&self) -> EXTINT4R
[src]
Bit 4 - External Interrupt 4
pub fn extint5(&self) -> EXTINT5R
[src]
Bit 5 - External Interrupt 5
pub fn extint6(&self) -> EXTINT6R
[src]
Bit 6 - External Interrupt 6
pub fn extint7(&self) -> EXTINT7R
[src]
Bit 7 - External Interrupt 7
pub fn extint8(&self) -> EXTINT8R
[src]
Bit 8 - External Interrupt 8
pub fn extint9(&self) -> EXTINT9R
[src]
Bit 9 - External Interrupt 9
pub fn extint10(&self) -> EXTINT10R
[src]
Bit 10 - External Interrupt 10
pub fn extint11(&self) -> EXTINT11R
[src]
Bit 11 - External Interrupt 11
pub fn extint12(&self) -> EXTINT12R
[src]
Bit 12 - External Interrupt 12
pub fn extint13(&self) -> EXTINT13R
[src]
Bit 13 - External Interrupt 13
pub fn extint14(&self) -> EXTINT14R
[src]
Bit 14 - External Interrupt 14
pub fn extint15(&self) -> EXTINT15R
[src]
Bit 15 - External Interrupt 15
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,