pub struct R(/* private fields */);
Expand description
Register pb_cfg1
reader
Implementations§
source§impl R
impl R
sourcepub fn pb8_select(&self) -> PB8_SELECT_R
pub fn pb8_select(&self) -> PB8_SELECT_R
Bits 0:3
sourcepub fn pb9_select(&self) -> PB9_SELECT_R
pub fn pb9_select(&self) -> PB9_SELECT_R
Bits 4:7
sourcepub fn pb10_select(&self) -> PB10_SELECT_R
pub fn pb10_select(&self) -> PB10_SELECT_R
Bits 8:11
sourcepub fn pb11_select(&self) -> PB11_SELECT_R
pub fn pb11_select(&self) -> PB11_SELECT_R
Bits 12:15
sourcepub fn pb12_select(&self) -> PB12_SELECT_R
pub fn pb12_select(&self) -> PB12_SELECT_R
Bits 16:19
Methods from Deref<Target = R<PB_CFG1_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