Struct esp32s3_ulp::Peripherals
source · pub struct Peripherals {
pub RTC_CNTL: RTC_CNTL,
pub RTC_I2C: RTC_I2C,
pub RTC_IO: RTC_IO,
pub SENS: SENS,
}Expand description
All the peripherals.
Fields§
§RTC_CNTL: RTC_CNTLRTC_CNTL
RTC_I2C: RTC_I2CRTC_I2C
RTC_IO: RTC_IORTC_IO
SENS: SENSSENS
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Peripherals
impl Send for Peripherals
impl !Sync for Peripherals
impl Unpin for Peripherals
impl UnwindSafe for Peripherals
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