pub struct R(/* private fields */);
Expand description
Register pg_cfg1
reader
Implementations§
source§impl R
impl R
sourcepub fn pg8_select(&self) -> PG8_SELECT_R
pub fn pg8_select(&self) -> PG8_SELECT_R
Bits 0:3 - PG8 Select
sourcepub fn pg9_select(&self) -> PG9_SELECT_R
pub fn pg9_select(&self) -> PG9_SELECT_R
Bits 4:7 - PG9 Select
sourcepub fn pg10_select(&self) -> PG10_SELECT_R
pub fn pg10_select(&self) -> PG10_SELECT_R
Bits 8:11 - PG10 Select
sourcepub fn pg11_select(&self) -> PG11_SELECT_R
pub fn pg11_select(&self) -> PG11_SELECT_R
Bits 12:15 - PG11 Select
sourcepub fn pg12_select(&self) -> PG12_SELECT_R
pub fn pg12_select(&self) -> PG12_SELECT_R
Bits 16:19 - PG12 Select
sourcepub fn pg13_select(&self) -> PG13_SELECT_R
pub fn pg13_select(&self) -> PG13_SELECT_R
Bits 20:23 - PG13 Select
sourcepub fn pg14_select(&self) -> PG14_SELECT_R
pub fn pg14_select(&self) -> PG14_SELECT_R
Bits 24:27 - PG14 Select
sourcepub fn pg15_select(&self) -> PG15_SELECT_R
pub fn pg15_select(&self) -> PG15_SELECT_R
Bits 28:31 - PG15 Select
Methods from Deref<Target = R<PG_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