pub enum UIFREMAP {
Disabled = 0,
Enabled = 1,
}
Expand description
UIF status bit remapping
Value on reset: 0
Variants§
Disabled = 0
0: No remapping. UIF status bit is not copied to TIMx_CNT register bit 31
Enabled = 1
1: Remapping enabled. UIF status bit is copied to TIMx_CNT register bit 31
Trait Implementations§
impl Copy for UIFREMAP
impl Eq for UIFREMAP
impl StructuralPartialEq for UIFREMAP
Auto Trait Implementations§
impl Freeze for UIFREMAP
impl RefUnwindSafe for UIFREMAP
impl Send for UIFREMAP
impl Sync for UIFREMAP
impl Unpin for UIFREMAP
impl UnwindSafe for UIFREMAP
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