Struct stm32wlxx_hal::pac::gpiob::moder::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register MODER
reader
Implementations§
§impl R
impl R
pub fn moder15(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder15(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 30:31 - Port x configuration bits (y = 0..15)
pub fn moder14(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder14(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 28:29 - Port x configuration bits (y = 0..15)
pub fn moder13(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder13(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 26:27 - Port x configuration bits (y = 0..15)
pub fn moder12(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder12(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 24:25 - Port x configuration bits (y = 0..15)
pub fn moder11(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder11(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 22:23 - Port x configuration bits (y = 0..15)
pub fn moder10(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder10(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 20:21 - Port x configuration bits (y = 0..15)
pub fn moder9(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder9(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 18:19 - Port x configuration bits (y = 0..15)
pub fn moder8(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder8(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 16:17 - Port x configuration bits (y = 0..15)
pub fn moder7(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder7(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 14:15 - Port x configuration bits (y = 0..15)
pub fn moder6(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder6(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 12:13 - Port x configuration bits (y = 0..15)
pub fn moder5(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder5(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 10:11 - Port x configuration bits (y = 0..15)
pub fn moder4(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder4(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 8:9 - Port x configuration bits (y = 0..15)
pub fn moder3(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder3(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 6:7 - Port x configuration bits (y = 0..15)
pub fn moder2(&self) -> FieldReaderRaw<u8, MODER0_A>
pub fn moder2(&self) -> FieldReaderRaw<u8, MODER0_A>
Bits 4:5 - Port x configuration bits (y = 0..15)
Methods from Deref<Target = R<MODER_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<MODER_SPEC>> for R
impl From<R<MODER_SPEC>> for R
§fn from(reader: R<MODER_SPEC>) -> R
fn from(reader: R<MODER_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