Struct atsamd_hal::clock::v2::osculp32k::OscUlp32kBase
source · [−]pub struct OscUlp32kBase { /* private fields */ }
Expand description
OSC3ULP2K base clock, which feeds the OscUlp1k
and OscUlp32k
clocks
The OSCULP32K peripheral has two possible clock outputs, one at 32 kHz and
another at 1 kHz. This structure is represented in the type system as a set
of three clocks forming a small clock tree. The OscUlp32kBase
clock
represents the base oscillator that feeds the optional OscUlp1k
and
OscUlp32k
output clocks. See the module-level documentation for
details and examples.
Auto Trait Implementations
impl RefUnwindSafe for OscUlp32kBase
impl Send for OscUlp32kBase
impl Sync for OscUlp32kBase
impl Unpin for OscUlp32kBase
impl UnwindSafe for OscUlp32kBase
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more