Enum esp32c2_hal::Cpu
source · pub enum Cpu {
ProCpu,
AppCpu,
}
Expand description
Enumeration of CPU cores The actual number of available cores depends on the target.
Variants
ProCpu
The first core
AppCpu
The second core
Auto Trait Implementations
impl RefUnwindSafe for Cpu
impl Send for Cpu
impl Sync for Cpu
impl Unpin for Cpu
impl UnwindSafe for Cpu
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more