[][src]Struct stm32l0xx_hal::pac::exti::swier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

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

Bit 0 - Software Interrupt on line 0

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

Bit 1 - Software Interrupt on line 1

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

Bit 2 - Software Interrupt on line 2

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

Bit 3 - Software Interrupt on line 3

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

Bit 4 - Software Interrupt on line 4

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

Bit 5 - Software Interrupt on line 5

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

Bit 6 - Software Interrupt on line 6

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

Bit 7 - Software Interrupt on line 7

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

Bit 8 - Software Interrupt on line 8

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

Bit 9 - Software Interrupt on line 9

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

Bit 10 - Software Interrupt on line 10

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

Bit 11 - Software Interrupt on line 11

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

Bit 12 - Software Interrupt on line 12

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

Bit 13 - Software Interrupt on line 13

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

Bit 14 - Software Interrupt on line 14

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

Bit 15 - Software Interrupt on line 15

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

Bit 16 - Software Interrupt on line 16

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

Bit 17 - Software Interrupt on line 17

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

Bit 19 - Software Interrupt on line 19

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

Bit 20 - Software Interrupt on line 20

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

Bit 21 - Software Interrupt on line 21

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

Bit 22 - Software Interrupt on line 22

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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