pub enum Banddirect {
Disabled = 0,
Enabled = 1,
}Expand description
Control of the bandwidth of the PLL.
Value on reset: 0
Variants§
Disabled = 0
0: The bandwidth is changed synchronously with the feedback-divider
Enabled = 1
1: Modifies the bandwidth of the PLL directly
Trait Implementations§
Source§impl Clone for Banddirect
impl Clone for Banddirect
Source§fn clone(&self) -> Banddirect
fn clone(&self) -> Banddirect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Banddirect
Source§impl Debug for Banddirect
impl Debug for Banddirect
impl Eq for Banddirect
Source§impl From<Banddirect> for bool
impl From<Banddirect> for bool
Source§fn from(variant: Banddirect) -> Self
fn from(variant: Banddirect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Banddirect
impl PartialEq for Banddirect
Source§fn eq(&self, other: &Banddirect) -> bool
fn eq(&self, other: &Banddirect) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Banddirect
Auto Trait Implementations§
impl Freeze for Banddirect
impl RefUnwindSafe for Banddirect
impl Send for Banddirect
impl Sync for Banddirect
impl Unpin for Banddirect
impl UnsafeUnpin for Banddirect
impl UnwindSafe for Banddirect
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