#[repr(u8)]pub enum CoreId {
Core0 = 3,
Core1 = 1,
}
Expand description
CPU core. The enum values are identical to the bus master IDs / core Ids defined for each chip family (i.e. stm32h747 see rm0399 table 95)
Variants§
Trait Implementations§
impl Copy for CoreId
impl Eq for CoreId
impl StructuralPartialEq for CoreId
Auto Trait Implementations§
impl Freeze for CoreId
impl RefUnwindSafe for CoreId
impl Send for CoreId
impl Sync for CoreId
impl Unpin for CoreId
impl UnwindSafe for CoreId
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
)