[−][src]Struct stm32l4x6::exti::pr1::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn pr0(&self) -> PR0R
[src]
pub fn pr0(&self) -> PR0R
Bit 0 - Pending bit 0
pub fn pr1(&self) -> PR1R
[src]
pub fn pr1(&self) -> PR1R
Bit 1 - Pending bit 1
pub fn pr2(&self) -> PR2R
[src]
pub fn pr2(&self) -> PR2R
Bit 2 - Pending bit 2
pub fn pr3(&self) -> PR3R
[src]
pub fn pr3(&self) -> PR3R
Bit 3 - Pending bit 3
pub fn pr4(&self) -> PR4R
[src]
pub fn pr4(&self) -> PR4R
Bit 4 - Pending bit 4
pub fn pr5(&self) -> PR5R
[src]
pub fn pr5(&self) -> PR5R
Bit 5 - Pending bit 5
pub fn pr6(&self) -> PR6R
[src]
pub fn pr6(&self) -> PR6R
Bit 6 - Pending bit 6
pub fn pr7(&self) -> PR7R
[src]
pub fn pr7(&self) -> PR7R
Bit 7 - Pending bit 7
pub fn pr8(&self) -> PR8R
[src]
pub fn pr8(&self) -> PR8R
Bit 8 - Pending bit 8
pub fn pr9(&self) -> PR9R
[src]
pub fn pr9(&self) -> PR9R
Bit 9 - Pending bit 9
pub fn pr10(&self) -> PR10R
[src]
pub fn pr10(&self) -> PR10R
Bit 10 - Pending bit 10
pub fn pr11(&self) -> PR11R
[src]
pub fn pr11(&self) -> PR11R
Bit 11 - Pending bit 11
pub fn pr12(&self) -> PR12R
[src]
pub fn pr12(&self) -> PR12R
Bit 12 - Pending bit 12
pub fn pr13(&self) -> PR13R
[src]
pub fn pr13(&self) -> PR13R
Bit 13 - Pending bit 13
pub fn pr14(&self) -> PR14R
[src]
pub fn pr14(&self) -> PR14R
Bit 14 - Pending bit 14
pub fn pr15(&self) -> PR15R
[src]
pub fn pr15(&self) -> PR15R
Bit 15 - Pending bit 15
pub fn pr16(&self) -> PR16R
[src]
pub fn pr16(&self) -> PR16R
Bit 16 - Pending bit 16
pub fn pr18(&self) -> PR18R
[src]
pub fn pr18(&self) -> PR18R
Bit 18 - Pending bit 18
pub fn pr19(&self) -> PR19R
[src]
pub fn pr19(&self) -> PR19R
Bit 19 - Pending bit 19
pub fn pr20(&self) -> PR20R
[src]
pub fn pr20(&self) -> PR20R
Bit 20 - Pending bit 20
pub fn pr21(&self) -> PR21R
[src]
pub fn pr21(&self) -> PR21R
Bit 21 - Pending bit 21
pub fn pr22(&self) -> PR22R
[src]
pub fn pr22(&self) -> PR22R
Bit 22 - Pending bit 22
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more