pub enum ChipType {
Esp32D0wdq6,
Esp32D0wdq5,
Esp32D2wdq5,
Esp32Picod2,
Esp32Picod4,
Esp32Picov302,
Unknown,
}
Available on crate feature
unstable
only.Expand description
Representing different types of ESP32 chips.
Variants§
Esp32D0wdq6
Represents the ESP32 D0WDQ6 chip variant.
Esp32D0wdq5
Represents the ESP32 D0WDQ5 chip variant.
Esp32D2wdq5
Represents the ESP32 D2WDQ5 chip variant.
Esp32Picod2
Represents the ESP32 Pico D2 chip variant.
Esp32Picod4
Represents the ESP32 Pico D4 chip variant.
Esp32Picov302
Represents the ESP32 Pico v3.02 chip variant.
Unknown
Represents an unknown or unsupported chip variant.
Trait Implementations§
impl Copy for ChipType
impl Eq for ChipType
impl StructuralPartialEq for ChipType
Auto Trait Implementations§
impl Freeze for ChipType
impl RefUnwindSafe for ChipType
impl Send for ChipType
impl Sync for ChipType
impl Unpin for ChipType
impl UnwindSafe for ChipType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)