[−][src]Struct sodaq_one::eic::intflag::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut W
[src]
Writes raw bits to the register
pub fn extint0(&mut self) -> _EXTINT0W
[src]
Bit 0 - External Interrupt 0
pub fn extint1(&mut self) -> _EXTINT1W
[src]
Bit 1 - External Interrupt 1
pub fn extint2(&mut self) -> _EXTINT2W
[src]
Bit 2 - External Interrupt 2
pub fn extint3(&mut self) -> _EXTINT3W
[src]
Bit 3 - External Interrupt 3
pub fn extint4(&mut self) -> _EXTINT4W
[src]
Bit 4 - External Interrupt 4
pub fn extint5(&mut self) -> _EXTINT5W
[src]
Bit 5 - External Interrupt 5
pub fn extint6(&mut self) -> _EXTINT6W
[src]
Bit 6 - External Interrupt 6
pub fn extint7(&mut self) -> _EXTINT7W
[src]
Bit 7 - External Interrupt 7
pub fn extint8(&mut self) -> _EXTINT8W
[src]
Bit 8 - External Interrupt 8
pub fn extint9(&mut self) -> _EXTINT9W
[src]
Bit 9 - External Interrupt 9
pub fn extint10(&mut self) -> _EXTINT10W
[src]
Bit 10 - External Interrupt 10
pub fn extint11(&mut self) -> _EXTINT11W
[src]
Bit 11 - External Interrupt 11
pub fn extint12(&mut self) -> _EXTINT12W
[src]
Bit 12 - External Interrupt 12
pub fn extint13(&mut self) -> _EXTINT13W
[src]
Bit 13 - External Interrupt 13
pub fn extint14(&mut self) -> _EXTINT14W
[src]
Bit 14 - External Interrupt 14
pub fn extint15(&mut self) -> _EXTINT15W
[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,