pub struct R(/* private fields */);
Expand description
Register PUPDR
reader
Implementations§
Source§impl R
impl R
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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)
Sourcepub 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>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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