Struct stm32wlxx_hal::pac::gpioc::ospeedr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register OSPEEDR
reader
Implementations§
§impl R
impl R
pub fn ospeedr15(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr15(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 30:31 - Port x configuration bits (y = 0..15)
pub fn ospeedr14(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr14(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 28:29 - Port x configuration bits (y = 0..15)
pub fn ospeedr13(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr13(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 26:27 - Port x configuration bits (y = 0..15)
pub fn ospeedr6(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr6(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 12:13 - Port x configuration bits (y = 0..15)
pub fn ospeedr5(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr5(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 10:11 - Port x configuration bits (y = 0..15)
pub fn ospeedr4(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr4(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 8:9 - Port x configuration bits (y = 0..15)
pub fn ospeedr3(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr3(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 6:7 - Port x configuration bits (y = 0..15)
pub fn ospeedr2(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr2(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 4:5 - Port x configuration bits (y = 0..15)
pub fn ospeedr1(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr1(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 2:3 - Port x configuration bits (y = 0..15)
pub fn ospeedr0(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
pub fn ospeedr0(&self) -> FieldReaderRaw<u8, OSPEEDR0_A>
Bits 0:1 - Port x configuration bits (y = 0..15)
Methods from Deref<Target = R<OSPEEDR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<OSPEEDR_SPEC>> for R
impl From<R<OSPEEDR_SPEC>> for R
§fn from(reader: R<OSPEEDR_SPEC>) -> R
fn from(reader: R<OSPEEDR_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more