pub struct R(/* private fields */);
Expand description
Register CFG3
reader
Implementations§
Source§impl R
impl R
Sourcepub fn trim1_ng_ccrpd(&self) -> TRIM1_NG_CCRPD_R
pub fn trim1_ng_ccrpd(&self) -> TRIM1_NG_CCRPD_R
Bits 0:3 - TRIM1_NG_CCRPD
Sourcepub fn trim1_ng_cc1a5(&self) -> TRIM1_NG_CC1A5_R
pub fn trim1_ng_cc1a5(&self) -> TRIM1_NG_CC1A5_R
Bits 4:8 - TRIM1_NG_CC1A5
Sourcepub fn trim1_ng_cc3a0(&self) -> TRIM1_NG_CC3A0_R
pub fn trim1_ng_cc3a0(&self) -> TRIM1_NG_CC3A0_R
Bits 9:12 - TRIM1_NG_CC3A0
Sourcepub fn trim2_ng_ccrpd(&self) -> TRIM2_NG_CCRPD_R
pub fn trim2_ng_ccrpd(&self) -> TRIM2_NG_CCRPD_R
Bits 16:19 - TRIM2_NG_CCRPD
Sourcepub fn trim2_ng_cc1a5(&self) -> TRIM2_NG_CC1A5_R
pub fn trim2_ng_cc1a5(&self) -> TRIM2_NG_CC1A5_R
Bits 20:24 - TRIM2_NG_CC1A5
Sourcepub fn trim2_ng_cc3a0(&self) -> TRIM2_NG_CC3A0_R
pub fn trim2_ng_cc3a0(&self) -> TRIM2_NG_CC3A0_R
Bits 25:28 - TRIM2_NG_CC3A0
Methods from Deref<Target = R<CFG3_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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