#[repr(u8)]pub enum LrfPll {
LRF_PLL_0 = 0,
LRF_PLL_1 = 1,
}Variants§
LRF_PLL_0 = 0
interrupt is not generated due to lock ready of all enabled and not bypaseed PLLs
LRF_PLL_1 = 1
interrupt generated due to lock ready of all enabled and not bypaseed PLLs
Implementations§
Trait Implementations§
Source§impl Ord for LrfPll
impl Ord for LrfPll
Source§impl PartialOrd for LrfPll
impl PartialOrd for LrfPll
impl Copy for LrfPll
impl Eq for LrfPll
impl StructuralPartialEq for LrfPll
Auto Trait Implementations§
impl Freeze for LrfPll
impl RefUnwindSafe for LrfPll
impl Send for LrfPll
impl Sync for LrfPll
impl Unpin for LrfPll
impl UnwindSafe for LrfPll
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