pub struct R(/* private fields */);
Expand description
Register pg_cfg0
reader
Implementations§
source§impl R
impl R
sourcepub fn pg0_select(&self) -> PG0_SELECT_R
pub fn pg0_select(&self) -> PG0_SELECT_R
Bits 0:3 - PG0 Select
sourcepub fn pg1_select(&self) -> PG1_SELECT_R
pub fn pg1_select(&self) -> PG1_SELECT_R
Bits 4:7 - PG1 Select
sourcepub fn pg2_select(&self) -> PG2_SELECT_R
pub fn pg2_select(&self) -> PG2_SELECT_R
Bits 8:11 - PG2 Select
sourcepub fn pg3_select(&self) -> PG3_SELECT_R
pub fn pg3_select(&self) -> PG3_SELECT_R
Bits 12:15 - PG3 Select
sourcepub fn pg4_select(&self) -> PG4_SELECT_R
pub fn pg4_select(&self) -> PG4_SELECT_R
Bits 16:19 - PG4 Select
sourcepub fn pg5_select(&self) -> PG5_SELECT_R
pub fn pg5_select(&self) -> PG5_SELECT_R
Bits 20:23 - PG5 Select
sourcepub fn pg6_select(&self) -> PG6_SELECT_R
pub fn pg6_select(&self) -> PG6_SELECT_R
Bits 24:27 - PG6 Select
sourcepub fn pg7_select(&self) -> PG7_SELECT_R
pub fn pg7_select(&self) -> PG7_SELECT_R
Bits 28:31 - PG7 Select
Methods from Deref<Target = R<PG_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