Enum stm32wlxx_hal::pac::tim16::cr1::UIFREMAP_A
pub enum UIFREMAP_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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 Clone for UIFREMAP_A
impl Clone for UIFREMAP_A
§fn clone(&self) -> UIFREMAP_A
fn clone(&self) -> UIFREMAP_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for UIFREMAP_A
impl Debug for UIFREMAP_A
§impl PartialEq for UIFREMAP_A
impl PartialEq for UIFREMAP_A
§fn eq(&self, other: &UIFREMAP_A) -> bool
fn eq(&self, other: &UIFREMAP_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UIFREMAP_A
impl StructuralPartialEq for UIFREMAP_A
Auto Trait Implementations§
impl RefUnwindSafe for UIFREMAP_A
impl Send for UIFREMAP_A
impl Sync for UIFREMAP_A
impl Unpin for UIFREMAP_A
impl UnwindSafe for UIFREMAP_A
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