pub struct PreEnableParts {
pub freq: u32,
pub wake_guard: Option<WakeGuard>,
}Fields§
§freq: u32The frequency fed into the peripheral, taking into account the selected source clock, as well as any pre-divisors.
wake_guard: Option<WakeGuard>The wake guard, if necessary for the selected clock source
Implementations§
Auto Trait Implementations§
impl Freeze for PreEnableParts
impl RefUnwindSafe for PreEnableParts
impl Send for PreEnableParts
impl Sync for PreEnableParts
impl Unpin for PreEnableParts
impl UnwindSafe for PreEnableParts
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