pub struct R(/* private fields */);
Expand description
Register CFGR2
reader
Implementations§
Source§impl R
impl R
Sourcepub fn lockup_lock(&self) -> LOCKUP_LOCK_R
pub fn lockup_lock(&self) -> LOCKUP_LOCK_R
Bit 0 - desc LOCKUP_LOCK
Sourcepub fn pvd_lock(&self) -> PVD_LOCK_R
pub fn pvd_lock(&self) -> PVD_LOCK_R
Bit 2 - desc PVD_LOCK
Sourcepub fn comp1_brk_tim1(&self) -> COMP1_BRK_TIM1_R
pub fn comp1_brk_tim1(&self) -> COMP1_BRK_TIM1_R
Bit 3 - desc COMP1_BRK_TIM1
Sourcepub fn comp2_brk_tim1(&self) -> COMP2_BRK_TIM1_R
pub fn comp2_brk_tim1(&self) -> COMP2_BRK_TIM1_R
Bit 4 - desc COMP2_BRK_TIM1
Sourcepub fn comp3_brk_tim1(&self) -> COMP3_BRK_TIM1_R
pub fn comp3_brk_tim1(&self) -> COMP3_BRK_TIM1_R
Bit 5 - desc COMP3_BRK_TIM1
Sourcepub fn comp1_brk_tim15(&self) -> COMP1_BRK_TIM15_R
pub fn comp1_brk_tim15(&self) -> COMP1_BRK_TIM15_R
Bit 6 - desc COMP1_BRK_TIM15
Sourcepub fn comp2_brk_tim15(&self) -> COMP2_BRK_TIM15_R
pub fn comp2_brk_tim15(&self) -> COMP2_BRK_TIM15_R
Bit 7 - desc COMP2_BRK_TIM15
Sourcepub fn comp3_brk_tim15(&self) -> COMP3_BRK_TIM15_R
pub fn comp3_brk_tim15(&self) -> COMP3_BRK_TIM15_R
Bit 8 - desc COMP3_BRK_TIM15
Sourcepub fn comp1_brk_tim16(&self) -> COMP1_BRK_TIM16_R
pub fn comp1_brk_tim16(&self) -> COMP1_BRK_TIM16_R
Bit 9 - desc COMP1_BRK_TIM16
Sourcepub fn comp2_brk_tim16(&self) -> COMP2_BRK_TIM16_R
pub fn comp2_brk_tim16(&self) -> COMP2_BRK_TIM16_R
Bit 10 - desc COMP2_BRK_TIM16
Sourcepub fn comp3_brk_tim16(&self) -> COMP3_BRK_TIM16_R
pub fn comp3_brk_tim16(&self) -> COMP3_BRK_TIM16_R
Bit 11 - desc COMP3_BRK_TIM16
Sourcepub fn comp1_brk_tim17(&self) -> COMP1_BRK_TIM17_R
pub fn comp1_brk_tim17(&self) -> COMP1_BRK_TIM17_R
Bit 12 - desc COMP1_BRK_TIM17
Sourcepub fn comp2_brk_tim17(&self) -> COMP2_BRK_TIM17_R
pub fn comp2_brk_tim17(&self) -> COMP2_BRK_TIM17_R
Bit 13 - desc COMP2_BRK_TIM17
Sourcepub fn comp3_brk_tim17(&self) -> COMP3_BRK_TIM17_R
pub fn comp3_brk_tim17(&self) -> COMP3_BRK_TIM17_R
Bit 14 - desc COMP3_BRK_TIM17
Sourcepub fn comp1_ocref_clr_tim1(&self) -> COMP1_OCREF_CLR_TIM1_R
pub fn comp1_ocref_clr_tim1(&self) -> COMP1_OCREF_CLR_TIM1_R
Bit 15 - desc COMP1_OCREF_CLR_TIM1
Sourcepub fn comp1_ocref_clr_tim2(&self) -> COMP1_OCREF_CLR_TIM2_R
pub fn comp1_ocref_clr_tim2(&self) -> COMP1_OCREF_CLR_TIM2_R
Bit 16 - desc COMP1_OCREF_CLR_TIM2
Sourcepub fn comp1_ocref_clr_tim3(&self) -> COMP1_OCREF_CLR_TIM3_R
pub fn comp1_ocref_clr_tim3(&self) -> COMP1_OCREF_CLR_TIM3_R
Bit 17 - desc COMP1_OCREF_CLR_TIM3
Sourcepub fn comp2_ocref_clr_tim1(&self) -> COMP2_OCREF_CLR_TIM1_R
pub fn comp2_ocref_clr_tim1(&self) -> COMP2_OCREF_CLR_TIM1_R
Bit 18 - desc COMP2_OCREF_CLR_TIM1
Sourcepub fn comp2_ocref_clr_tim2(&self) -> COMP2_OCREF_CLR_TIM2_R
pub fn comp2_ocref_clr_tim2(&self) -> COMP2_OCREF_CLR_TIM2_R
Bit 19 - desc COMP2_OCREF_CLR_TIM2
Sourcepub fn comp2_ocref_clr_tim3(&self) -> COMP2_OCREF_CLR_TIM3_R
pub fn comp2_ocref_clr_tim3(&self) -> COMP2_OCREF_CLR_TIM3_R
Bit 20 - desc COMP2_OCREF_CLR_TIM3
Sourcepub fn comp3_ocref_clr_tim1(&self) -> COMP3_OCREF_CLR_TIM1_R
pub fn comp3_ocref_clr_tim1(&self) -> COMP3_OCREF_CLR_TIM1_R
Bit 21 - desc COMP3_OCREF_CLR_TIM1
Sourcepub fn comp3_ocref_clr_tim2(&self) -> COMP3_OCREF_CLR_TIM2_R
pub fn comp3_ocref_clr_tim2(&self) -> COMP3_OCREF_CLR_TIM2_R
Bit 22 - desc COMP3_OCREF_CLR_TIM2
Sourcepub fn comp3_ocref_clr_tim3(&self) -> COMP3_OCREF_CLR_TIM3_R
pub fn comp3_ocref_clr_tim3(&self) -> COMP3_OCREF_CLR_TIM3_R
Bit 23 - desc COMP3_OCREF_CLR_TIM3
Methods from Deref<Target = R<CFGR2_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