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_CNTL
RTC_CNTL
RTC_I2C: RTC_I2C
RTC_I2C
RTC_IO: RTC_IO
RTC_IO
SENS: SENS
SENS
Implementations§
Auto Trait Implementations§
impl Freeze for Peripherals
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