Struct esp32s3_hal::peripherals::LCD_CAM
source · pub struct LCD_CAM { /* private fields */ }
Implementations§
source§impl LCD_CAM
impl LCD_CAM
sourcepub unsafe fn steal() -> LCD_CAM
pub unsafe fn steal() -> LCD_CAM
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Peripheral for &mut LCD_CAM
impl Peripheral for &mut LCD_CAM
source§unsafe fn clone_unchecked(&mut self) -> <&mut LCD_CAM as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <&mut LCD_CAM as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more