Struct stm32_metapac::timer::regs::Cr11ch
#[repr(transparent)]pub struct Cr11ch(pub u32);
Expand description
control register 1
Tuple Fields§
§0: u32
Implementations§
§impl Cr11ch
impl Cr11ch
pub fn set_uifremap(&mut self, val: bool)
pub fn set_uifremap(&mut self, val: bool)
UIF status bit remapping enable
Trait Implementations§
impl Copy for Cr11ch
impl Eq for Cr11ch
impl StructuralPartialEq for Cr11ch
Auto Trait Implementations§
impl Freeze for Cr11ch
impl RefUnwindSafe for Cr11ch
impl Send for Cr11ch
impl Sync for Cr11ch
impl Unpin for Cr11ch
impl UnwindSafe for Cr11ch
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)