[]Struct nucleo_f042k6::stm32::exti::swier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

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

Writes raw bits to the register

pub fn swier0(&mut self) -> _SWIER0W

Bit 0 - Software Interrupt on line 0

pub fn swier1(&mut self) -> _SWIER1W

Bit 1 - Software Interrupt on line 1

pub fn swier2(&mut self) -> _SWIER2W

Bit 2 - Software Interrupt on line 2

pub fn swier3(&mut self) -> _SWIER3W

Bit 3 - Software Interrupt on line 3

pub fn swier4(&mut self) -> _SWIER4W

Bit 4 - Software Interrupt on line 4

pub fn swier5(&mut self) -> _SWIER5W

Bit 5 - Software Interrupt on line 5

pub fn swier6(&mut self) -> _SWIER6W

Bit 6 - Software Interrupt on line 6

pub fn swier7(&mut self) -> _SWIER7W

Bit 7 - Software Interrupt on line 7

pub fn swier8(&mut self) -> _SWIER8W

Bit 8 - Software Interrupt on line 8

pub fn swier9(&mut self) -> _SWIER9W

Bit 9 - Software Interrupt on line 9

pub fn swier10(&mut self) -> _SWIER10W

Bit 10 - Software Interrupt on line 10

pub fn swier11(&mut self) -> _SWIER11W

Bit 11 - Software Interrupt on line 11

pub fn swier12(&mut self) -> _SWIER12W

Bit 12 - Software Interrupt on line 12

pub fn swier13(&mut self) -> _SWIER13W

Bit 13 - Software Interrupt on line 13

pub fn swier14(&mut self) -> _SWIER14W

Bit 14 - Software Interrupt on line 14

pub fn swier15(&mut self) -> _SWIER15W

Bit 15 - Software Interrupt on line 15

pub fn swier16(&mut self) -> _SWIER16W

Bit 16 - Software Interrupt on line 16

pub fn swier17(&mut self) -> _SWIER17W

Bit 17 - Software Interrupt on line 17

pub fn swier19(&mut self) -> _SWIER19W

Bit 19 - Software Interrupt on line 19

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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> From<T> for 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