Enum bl702_hal::clock::system_clock_type
source · [−]#[repr(C)]
pub enum system_clock_type {
SYSTEM_CLOCK_ROOT_CLOCK,
SYSTEM_CLOCK_FCLK,
SYSTEM_CLOCK_BCLK,
SYSTEM_CLOCK_XCLK,
SYSTEM_CLOCK_32K_CLK,
SYSTEM_CLOCK_AUPLL,
}Variants
SYSTEM_CLOCK_ROOT_CLOCK
clock source before fclk_div
SYSTEM_CLOCK_FCLK
clock source after fclk_div
SYSTEM_CLOCK_BCLK
clock source after bclk_div
SYSTEM_CLOCK_XCLK
xtal clock
SYSTEM_CLOCK_32K_CLK
32K clock
SYSTEM_CLOCK_AUPLL
audio PLL clock
Auto Trait Implementations
impl RefUnwindSafe for system_clock_type
impl Send for system_clock_type
impl Sync for system_clock_type
impl Unpin for system_clock_type
impl UnwindSafe for system_clock_type
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