pub enum FircFreqSel {
Mhz45,
Mhz60,
Mhz90,
Mhz180,
}Expand description
Selected FIRC frequency
Variants§
Auto Trait Implementations§
impl Freeze for FircFreqSel
impl RefUnwindSafe for FircFreqSel
impl Send for FircFreqSel
impl Sync for FircFreqSel
impl Unpin for FircFreqSel
impl UnwindSafe for FircFreqSel
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