pub struct R(/* private fields */);
Expand description
Register pc_cfg0
reader
Implementations§
source§impl R
impl R
sourcepub fn pc0_select(&self) -> PC0_SELECT_R
pub fn pc0_select(&self) -> PC0_SELECT_R
Bits 0:3 - PC0 Select
sourcepub fn pc1_select(&self) -> PC1_SELECT_R
pub fn pc1_select(&self) -> PC1_SELECT_R
Bits 4:7 - PC1 Select.
sourcepub fn pc2_select(&self) -> PC2_SELECT_R
pub fn pc2_select(&self) -> PC2_SELECT_R
Bits 8:11 - PC2 Select
sourcepub fn pc3_select(&self) -> PC3_SELECT_R
pub fn pc3_select(&self) -> PC3_SELECT_R
Bits 12:15 - PC3 Select
sourcepub fn pc4_select(&self) -> PC4_SELECT_R
pub fn pc4_select(&self) -> PC4_SELECT_R
Bits 16:19 - PC4 Select
sourcepub fn pc5_select(&self) -> PC5_SELECT_R
pub fn pc5_select(&self) -> PC5_SELECT_R
Bits 20:23 - PC5 Select
sourcepub fn pc6_select(&self) -> PC6_SELECT_R
pub fn pc6_select(&self) -> PC6_SELECT_R
Bits 24:27 - PC6 Select
sourcepub fn pc7_select(&self) -> PC7_SELECT_R
pub fn pc7_select(&self) -> PC7_SELECT_R
Bits 28:31 - PC7 Select
Methods from Deref<Target = R<PC_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