#[repr(transparent)]pub struct Cpuctrl(pub u32);Expand description
CPU Control for Multiple Processors
Tuple Fields§
§0: u32Implementations§
Source§impl Cpuctrl
impl Cpuctrl
Sourcepub const fn set_cpu1clken(&mut self, val: bool)
pub const fn set_cpu1clken(&mut self, val: bool)
Enables the CPU1 clock
Sourcepub const fn set_cpu1rsten(&mut self, val: Cpu1rsten)
pub const fn set_cpu1rsten(&mut self, val: Cpu1rsten)
CPU1 reset
Trait Implementations§
impl Copy for Cpuctrl
impl Eq for Cpuctrl
impl StructuralPartialEq for Cpuctrl
Auto Trait Implementations§
impl Freeze for Cpuctrl
impl RefUnwindSafe for Cpuctrl
impl Send for Cpuctrl
impl Sync for Cpuctrl
impl Unpin for Cpuctrl
impl UnwindSafe for Cpuctrl
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