#[repr(u8)]pub enum Pll1ctrlBwdirect {
SYNC = 0,
DIRECT = 1,
}Variants§
SYNC = 0
the bandwidth is changed synchronously with the feedback-divider.
DIRECT = 1
modify the bandwidth of the PLL directly.
Implementations§
Trait Implementations§
Source§impl Clone for Pll1ctrlBwdirect
impl Clone for Pll1ctrlBwdirect
Source§fn clone(&self) -> Pll1ctrlBwdirect
fn clone(&self) -> Pll1ctrlBwdirect
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Pll1ctrlBwdirect
impl Debug for Pll1ctrlBwdirect
Source§impl From<Pll1ctrlBwdirect> for u8
impl From<Pll1ctrlBwdirect> for u8
Source§fn from(val: Pll1ctrlBwdirect) -> u8
fn from(val: Pll1ctrlBwdirect) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pll1ctrlBwdirect
impl From<u8> for Pll1ctrlBwdirect
Source§fn from(val: u8) -> Pll1ctrlBwdirect
fn from(val: u8) -> Pll1ctrlBwdirect
Converts to this type from the input type.
Source§impl Ord for Pll1ctrlBwdirect
impl Ord for Pll1ctrlBwdirect
Source§fn cmp(&self, other: &Pll1ctrlBwdirect) -> Ordering
fn cmp(&self, other: &Pll1ctrlBwdirect) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Pll1ctrlBwdirect
impl PartialEq for Pll1ctrlBwdirect
Source§impl PartialOrd for Pll1ctrlBwdirect
impl PartialOrd for Pll1ctrlBwdirect
impl Copy for Pll1ctrlBwdirect
impl Eq for Pll1ctrlBwdirect
impl StructuralPartialEq for Pll1ctrlBwdirect
Auto Trait Implementations§
impl Freeze for Pll1ctrlBwdirect
impl RefUnwindSafe for Pll1ctrlBwdirect
impl Send for Pll1ctrlBwdirect
impl Sync for Pll1ctrlBwdirect
impl Unpin for Pll1ctrlBwdirect
impl UnwindSafe for Pll1ctrlBwdirect
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