Struct stm32_metapac::syscfg::regs::Ur18
#[repr(transparent)]pub struct Ur18(pub u32);
Expand description
SYSCFG user register 18
Tuple Fields§
§0: u32
Implementations§
§impl Ur18
impl Ur18
pub const fn cpu_freq_boost(&self) -> bool
pub const fn cpu_freq_boost(&self) -> bool
CPU maximum frequency boost enable
pub fn set_cpu_freq_boost(&mut self, val: bool)
pub fn set_cpu_freq_boost(&mut self, val: bool)
CPU maximum frequency boost enable
Trait Implementations§
impl Copy for Ur18
impl Eq for Ur18
impl StructuralPartialEq for Ur18
Auto Trait Implementations§
impl Freeze for Ur18
impl RefUnwindSafe for Ur18
impl Send for Ur18
impl Sync for Ur18
impl Unpin for Ur18
impl UnwindSafe for Ur18
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
)