Struct esp32_hal::peripherals::I2S1
source · pub struct I2S1 { /* private fields */ }
Implementations§
source§impl I2S1
impl I2S1
sourcepub unsafe fn steal() -> I2S1
pub unsafe fn steal() -> I2S1
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 I2S1
impl Peripheral for I2S1
Auto Trait Implementations§
impl RefUnwindSafe for I2S1
impl Send for I2S1
impl Sync for I2S1
impl Unpin for I2S1
impl UnwindSafe for I2S1
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