[−][src]Struct stm32l4x6::gpioc::ospeedr::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 ospeedr15(&self) -> OSPEEDR15R
[src]
pub fn ospeedr15(&self) -> OSPEEDR15R
Bits 30:31 - Port x configuration bits (y = 0..15)
pub fn ospeedr14(&self) -> OSPEEDR14R
[src]
pub fn ospeedr14(&self) -> OSPEEDR14R
Bits 28:29 - Port x configuration bits (y = 0..15)
pub fn ospeedr13(&self) -> OSPEEDR13R
[src]
pub fn ospeedr13(&self) -> OSPEEDR13R
Bits 26:27 - Port x configuration bits (y = 0..15)
pub fn ospeedr12(&self) -> OSPEEDR12R
[src]
pub fn ospeedr12(&self) -> OSPEEDR12R
Bits 24:25 - Port x configuration bits (y = 0..15)
pub fn ospeedr11(&self) -> OSPEEDR11R
[src]
pub fn ospeedr11(&self) -> OSPEEDR11R
Bits 22:23 - Port x configuration bits (y = 0..15)
pub fn ospeedr10(&self) -> OSPEEDR10R
[src]
pub fn ospeedr10(&self) -> OSPEEDR10R
Bits 20:21 - Port x configuration bits (y = 0..15)
pub fn ospeedr9(&self) -> OSPEEDR9R
[src]
pub fn ospeedr9(&self) -> OSPEEDR9R
Bits 18:19 - Port x configuration bits (y = 0..15)
pub fn ospeedr8(&self) -> OSPEEDR8R
[src]
pub fn ospeedr8(&self) -> OSPEEDR8R
Bits 16:17 - Port x configuration bits (y = 0..15)
pub fn ospeedr7(&self) -> OSPEEDR7R
[src]
pub fn ospeedr7(&self) -> OSPEEDR7R
Bits 14:15 - Port x configuration bits (y = 0..15)
pub fn ospeedr6(&self) -> OSPEEDR6R
[src]
pub fn ospeedr6(&self) -> OSPEEDR6R
Bits 12:13 - Port x configuration bits (y = 0..15)
pub fn ospeedr5(&self) -> OSPEEDR5R
[src]
pub fn ospeedr5(&self) -> OSPEEDR5R
Bits 10:11 - Port x configuration bits (y = 0..15)
pub fn ospeedr4(&self) -> OSPEEDR4R
[src]
pub fn ospeedr4(&self) -> OSPEEDR4R
Bits 8:9 - Port x configuration bits (y = 0..15)
pub fn ospeedr3(&self) -> OSPEEDR3R
[src]
pub fn ospeedr3(&self) -> OSPEEDR3R
Bits 6:7 - Port x configuration bits (y = 0..15)
pub fn ospeedr2(&self) -> OSPEEDR2R
[src]
pub fn ospeedr2(&self) -> OSPEEDR2R
Bits 4:5 - Port x configuration bits (y = 0..15)
pub fn ospeedr1(&self) -> OSPEEDR1R
[src]
pub fn ospeedr1(&self) -> OSPEEDR1R
Bits 2:3 - Port x configuration bits (y = 0..15)
pub fn ospeedr0(&self) -> OSPEEDR0R
[src]
pub fn ospeedr0(&self) -> OSPEEDR0R
Bits 0:1 - Port x configuration bits (y = 0..15)
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