pub struct Parts {
pub handle: Handle,
pub low_power_clock: LowPowerClock<Disabled>,
}Expand description
The main API for the PMU peripheral
Provides access to all types that make up the PMU API. Please refer to the module documentation for more information.
Fields§
§handle: HandleThe handle to the PMU peripheral
low_power_clock: LowPowerClock<Disabled>The 10 kHz low-power clock
Auto Trait Implementations§
impl Freeze for Parts
impl RefUnwindSafe for Parts
impl Send for Parts
impl !Sync for Parts
impl Unpin for Parts
impl UnwindSafe for Parts
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