pub struct W(/* private fields */);
Expand description
Register CFG3
writer
Implementations§
Source§impl W
impl W
Sourcepub fn trim1_ng_ccrpd(&mut self) -> TRIM1_NG_CCRPD_W<'_>
pub fn trim1_ng_ccrpd(&mut self) -> TRIM1_NG_CCRPD_W<'_>
Bits 0:3 - TRIM1_NG_CCRPD
Sourcepub fn trim1_ng_cc1a5(&mut self) -> TRIM1_NG_CC1A5_W<'_>
pub fn trim1_ng_cc1a5(&mut self) -> TRIM1_NG_CC1A5_W<'_>
Bits 4:8 - TRIM1_NG_CC1A5
Sourcepub fn trim1_ng_cc3a0(&mut self) -> TRIM1_NG_CC3A0_W<'_>
pub fn trim1_ng_cc3a0(&mut self) -> TRIM1_NG_CC3A0_W<'_>
Bits 9:12 - TRIM1_NG_CC3A0
Sourcepub fn trim2_ng_ccrpd(&mut self) -> TRIM2_NG_CCRPD_W<'_>
pub fn trim2_ng_ccrpd(&mut self) -> TRIM2_NG_CCRPD_W<'_>
Bits 16:19 - TRIM2_NG_CCRPD
Sourcepub fn trim2_ng_cc1a5(&mut self) -> TRIM2_NG_CC1A5_W<'_>
pub fn trim2_ng_cc1a5(&mut self) -> TRIM2_NG_CC1A5_W<'_>
Bits 20:24 - TRIM2_NG_CC1A5
Sourcepub fn trim2_ng_cc3a0(&mut self) -> TRIM2_NG_CC3A0_W<'_>
pub fn trim2_ng_cc3a0(&mut self) -> TRIM2_NG_CC3A0_W<'_>
Bits 25:28 - TRIM2_NG_CC3A0
Methods from Deref<Target = W<CFG3_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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