pub struct R(/* private fields */);Expand description
Register PAD_SEL18 reader
Implementations§
Source§impl R
impl R
Sourcepub fn top_bank_0(&self) -> TOP_BANK_0_R
pub fn top_bank_0(&self) -> TOP_BANK_0_R
Bit 0 - bit for top bank 0
Sourcepub fn top_bank_1(&self) -> TOP_BANK_1_R
pub fn top_bank_1(&self) -> TOP_BANK_1_R
Bit 1 - bit for top bank 1
Sourcepub fn bottom_bank_2(&self) -> BOTTOM_BANK_2_R
pub fn bottom_bank_2(&self) -> BOTTOM_BANK_2_R
Bit 2 - bit for bottom bank 0
Sourcepub fn bottom_bank_3(&self) -> BOTTOM_BANK_3_R
pub fn bottom_bank_3(&self) -> BOTTOM_BANK_3_R
Bit 3 - bit for bottom bank 1
Methods from Deref<Target = R<PAD_SEL18_SPEC>>§
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