Struct Pllsyscfgr
#[repr(transparent)]pub struct Pllsyscfgr(pub u32);
Expand description
PLL configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Pllsyscfgr
impl Pllsyscfgr
pub fn set_pllsrc(&mut self, val: Pllsrc)
pub fn set_pllsrc(&mut self, val: Pllsrc)
PLL input clock source
pub fn set_pllpen(&mut self, val: bool)
pub fn set_pllpen(&mut self, val: bool)
PLLPCLK clock output enable
pub fn set_pllqen(&mut self, val: bool)
pub fn set_pllqen(&mut self, val: bool)
PLLQCLK clock output enable
pub fn set_pllren(&mut self, val: bool)
pub fn set_pllren(&mut self, val: bool)
PLLRCLK clock output enable
Trait Implementations§
§impl Clone for Pllsyscfgr
impl Clone for Pllsyscfgr
§fn clone(&self) -> Pllsyscfgr
fn clone(&self) -> Pllsyscfgr
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Pllsyscfgr
impl Default for Pllsyscfgr
§fn default() -> Pllsyscfgr
fn default() -> Pllsyscfgr
Returns the “default value” for a type. Read more
§impl PartialEq for Pllsyscfgr
impl PartialEq for Pllsyscfgr
impl Copy for Pllsyscfgr
impl Eq for Pllsyscfgr
impl StructuralPartialEq for Pllsyscfgr
Auto Trait Implementations§
impl Freeze for Pllsyscfgr
impl RefUnwindSafe for Pllsyscfgr
impl Send for Pllsyscfgr
impl Sync for Pllsyscfgr
impl Unpin for Pllsyscfgr
impl UnwindSafe for Pllsyscfgr
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