[][src]Struct stm32l0xx_hal::device::exti::swier::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn swi0(&self) -> SWI0R[src]

Bit 0 - Software Interrupt on line 0

pub fn swi1(&self) -> SWI0R[src]

Bit 1 - Software Interrupt on line 1

pub fn swi2(&self) -> SWI0R[src]

Bit 2 - Software Interrupt on line 2

pub fn swi3(&self) -> SWI0R[src]

Bit 3 - Software Interrupt on line 3

pub fn swi4(&self) -> SWI0R[src]

Bit 4 - Software Interrupt on line 4

pub fn swi5(&self) -> SWI0R[src]

Bit 5 - Software Interrupt on line 5

pub fn swi6(&self) -> SWI0R[src]

Bit 6 - Software Interrupt on line 6

pub fn swi7(&self) -> SWI0R[src]

Bit 7 - Software Interrupt on line 7

pub fn swi8(&self) -> SWI0R[src]

Bit 8 - Software Interrupt on line 8

pub fn swi9(&self) -> SWI0R[src]

Bit 9 - Software Interrupt on line 9

pub fn swi10(&self) -> SWI0R[src]

Bit 10 - Software Interrupt on line 10

pub fn swi11(&self) -> SWI0R[src]

Bit 11 - Software Interrupt on line 11

pub fn swi12(&self) -> SWI0R[src]

Bit 12 - Software Interrupt on line 12

pub fn swi13(&self) -> SWI0R[src]

Bit 13 - Software Interrupt on line 13

pub fn swi14(&self) -> SWI0R[src]

Bit 14 - Software Interrupt on line 14

pub fn swi15(&self) -> SWI0R[src]

Bit 15 - Software Interrupt on line 15

pub fn swi16(&self) -> SWI0R[src]

Bit 16 - Software Interrupt on line 16

pub fn swi17(&self) -> SWI0R[src]

Bit 17 - Software Interrupt on line 17

pub fn swi19(&self) -> SWI0R[src]

Bit 19 - Software Interrupt on line 19

pub fn swi20(&self) -> SWI0R[src]

Bit 20 - Software Interrupt on line 20

pub fn swi21(&self) -> SWI0R[src]

Bit 21 - Software Interrupt on line 21

pub fn swi22(&self) -> SWI0R[src]

Bit 22 - Software Interrupt on line 22

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self