pub struct R(/* private fields */);
Expand description
Register pb_cfg0
reader
Implementations§
source§impl R
impl R
sourcepub fn pb0_select(&self) -> PB0_SELECT_R
pub fn pb0_select(&self) -> PB0_SELECT_R
Bits 0:3
sourcepub fn pb1_select(&self) -> PB1_SELECT_R
pub fn pb1_select(&self) -> PB1_SELECT_R
Bits 4:7
sourcepub fn pb2_select(&self) -> PB2_SELECT_R
pub fn pb2_select(&self) -> PB2_SELECT_R
Bits 8:11
sourcepub fn pb3_select(&self) -> PB3_SELECT_R
pub fn pb3_select(&self) -> PB3_SELECT_R
Bits 12:15
sourcepub fn pb4_select(&self) -> PB4_SELECT_R
pub fn pb4_select(&self) -> PB4_SELECT_R
Bits 16:19
sourcepub fn pb5_select(&self) -> PB5_SELECT_R
pub fn pb5_select(&self) -> PB5_SELECT_R
Bits 20:23
sourcepub fn pb6_select(&self) -> PB6_SELECT_R
pub fn pb6_select(&self) -> PB6_SELECT_R
Bits 24:27
sourcepub fn pb7_select(&self) -> PB7_SELECT_R
pub fn pb7_select(&self) -> PB7_SELECT_R
Bits 28:31
Methods from Deref<Target = R<PB_CFG0_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