[][src]Struct stm32l4xx_hal::stm32::exti::pr1::W

pub struct W { /* fields omitted */ }

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 pr0(&mut self) -> _PR0W[src]

Bit 0 - Pending bit 0

pub fn pr1(&mut self) -> _PR1W[src]

Bit 1 - Pending bit 1

pub fn pr2(&mut self) -> _PR2W[src]

Bit 2 - Pending bit 2

pub fn pr3(&mut self) -> _PR3W[src]

Bit 3 - Pending bit 3

pub fn pr4(&mut self) -> _PR4W[src]

Bit 4 - Pending bit 4

pub fn pr5(&mut self) -> _PR5W[src]

Bit 5 - Pending bit 5

pub fn pr6(&mut self) -> _PR6W[src]

Bit 6 - Pending bit 6

pub fn pr7(&mut self) -> _PR7W[src]

Bit 7 - Pending bit 7

pub fn pr8(&mut self) -> _PR8W[src]

Bit 8 - Pending bit 8

pub fn pr9(&mut self) -> _PR9W[src]

Bit 9 - Pending bit 9

pub fn pr10(&mut self) -> _PR10W[src]

Bit 10 - Pending bit 10

pub fn pr11(&mut self) -> _PR11W[src]

Bit 11 - Pending bit 11

pub fn pr12(&mut self) -> _PR12W[src]

Bit 12 - Pending bit 12

pub fn pr13(&mut self) -> _PR13W[src]

Bit 13 - Pending bit 13

pub fn pr14(&mut self) -> _PR14W[src]

Bit 14 - Pending bit 14

pub fn pr15(&mut self) -> _PR15W[src]

Bit 15 - Pending bit 15

pub fn pr16(&mut self) -> _PR16W[src]

Bit 16 - Pending bit 16

pub fn pr18(&mut self) -> _PR18W[src]

Bit 18 - Pending bit 18

pub fn pr19(&mut self) -> _PR19W[src]

Bit 19 - Pending bit 19

pub fn pr20(&mut self) -> _PR20W[src]

Bit 20 - Pending bit 20

pub fn pr21(&mut self) -> _PR21W[src]

Bit 21 - Pending bit 21

pub fn pr22(&mut self) -> _PR22W[src]

Bit 22 - Pending bit 22

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self