[][src]Struct stm32f3::stm32f303::exti::pr1::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 pr0(&self) -> PR0R
[src]

Bit 0 - Pending bit 0

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

Bit 1 - Pending bit 1

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

Bit 2 - Pending bit 2

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

Bit 3 - Pending bit 3

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

Bit 4 - Pending bit 4

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

Bit 5 - Pending bit 5

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

Bit 6 - Pending bit 6

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

Bit 7 - Pending bit 7

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

Bit 8 - Pending bit 8

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

Bit 9 - Pending bit 9

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

Bit 10 - Pending bit 10

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

Bit 11 - Pending bit 11

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

Bit 12 - Pending bit 12

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

Bit 13 - Pending bit 13

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

Bit 14 - Pending bit 14

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

Bit 15 - Pending bit 15

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

Bit 16 - Pending bit 16

pub fn pr17(&self) -> PR17R
[src]

Bit 17 - Pending bit 17

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

Bit 18 - Pending bit 18

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

Bit 19 - Pending bit 19

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

Bit 20 - Pending bit 20

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

Bit 21 - Pending bit 21

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

Bit 22 - Pending bit 22

pub fn pr29(&self) -> PR29R
[src]

Bit 29 - Pending bit 29

pub fn pr30(&self) -> PR30R
[src]

Bit 30 - Pending bit 30

pub fn pr31(&self) -> PR31R
[src]

Bit 31 - Pending bit 31

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = !

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

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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]