#[repr(u8)]pub enum Pll0ctrlBwdirect {
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 Pll0ctrlBwdirect
impl Clone for Pll0ctrlBwdirect
Source§fn clone(&self) -> Pll0ctrlBwdirect
fn clone(&self) -> Pll0ctrlBwdirect
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 Pll0ctrlBwdirect
impl Debug for Pll0ctrlBwdirect
Source§impl From<Pll0ctrlBwdirect> for u8
impl From<Pll0ctrlBwdirect> for u8
Source§fn from(val: Pll0ctrlBwdirect) -> u8
fn from(val: Pll0ctrlBwdirect) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pll0ctrlBwdirect
impl From<u8> for Pll0ctrlBwdirect
Source§fn from(val: u8) -> Pll0ctrlBwdirect
fn from(val: u8) -> Pll0ctrlBwdirect
Converts to this type from the input type.
Source§impl Ord for Pll0ctrlBwdirect
impl Ord for Pll0ctrlBwdirect
Source§fn cmp(&self, other: &Pll0ctrlBwdirect) -> Ordering
fn cmp(&self, other: &Pll0ctrlBwdirect) -> 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 Pll0ctrlBwdirect
impl PartialEq for Pll0ctrlBwdirect
Source§impl PartialOrd for Pll0ctrlBwdirect
impl PartialOrd for Pll0ctrlBwdirect
impl Copy for Pll0ctrlBwdirect
impl Eq for Pll0ctrlBwdirect
impl StructuralPartialEq for Pll0ctrlBwdirect
Auto Trait Implementations§
impl Freeze for Pll0ctrlBwdirect
impl RefUnwindSafe for Pll0ctrlBwdirect
impl Send for Pll0ctrlBwdirect
impl Sync for Pll0ctrlBwdirect
impl Unpin for Pll0ctrlBwdirect
impl UnwindSafe for Pll0ctrlBwdirect
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