Struct stm32wlxx_hal::pac::gpioa::pupdr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register PUPDR
reader
Implementations§
§impl R
impl R
pub fn pupdr15(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr15(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 30:31 - Port x configuration bits (y = 0..15)
pub fn pupdr14(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr14(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 28:29 - Port x configuration bits (y = 0..15)
pub fn pupdr13(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr13(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 26:27 - Port x configuration bits (y = 0..15)
pub fn pupdr12(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr12(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 24:25 - Port x configuration bits (y = 0..15)
pub fn pupdr11(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr11(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 22:23 - Port x configuration bits (y = 0..15)
pub fn pupdr10(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr10(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 20:21 - Port x configuration bits (y = 0..15)
pub fn pupdr9(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr9(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 18:19 - Port x configuration bits (y = 0..15)
pub fn pupdr8(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr8(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 16:17 - Port x configuration bits (y = 0..15)
pub fn pupdr7(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr7(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 14:15 - Port x configuration bits (y = 0..15)
pub fn pupdr6(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr6(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 12:13 - Port x configuration bits (y = 0..15)
pub fn pupdr5(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr5(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 10:11 - Port x configuration bits (y = 0..15)
pub fn pupdr4(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr4(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 8:9 - Port x configuration bits (y = 0..15)
pub fn pupdr3(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr3(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 6:7 - Port x configuration bits (y = 0..15)
pub fn pupdr2(&self) -> FieldReaderRaw<u8, PUPDR0_A>
pub fn pupdr2(&self) -> FieldReaderRaw<u8, PUPDR0_A>
Bits 4:5 - Port x configuration bits (y = 0..15)
Methods from Deref<Target = R<PUPDR_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<PUPDR_SPEC>> for R
impl From<R<PUPDR_SPEC>> for R
§fn from(reader: R<PUPDR_SPEC>) -> R
fn from(reader: R<PUPDR_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