#[repr(transparent)]pub struct PllSicSet(pub u32);Expand description
PLL SIC
Tuple Fields§
§0: u32Implementations§
Source§impl PllSicSet
impl PllSicSet
Sourcepub const fn misc2_control0(&self) -> bool
pub const fn misc2_control0(&self) -> bool
Miscellaneous Control
Sourcepub const fn set_misc2_control0(&mut self, val: bool)
pub const fn set_misc2_control0(&mut self, val: bool)
Miscellaneous Control
Sourcepub const fn pll_en_usb_clks(&self) -> bool
pub const fn pll_en_usb_clks(&self) -> bool
PLL Multi-Phase Clock Outputs Enable
Sourcepub const fn set_pll_en_usb_clks(&mut self, val: bool)
pub const fn set_pll_en_usb_clks(&mut self, val: bool)
PLL Multi-Phase Clock Outputs Enable
Sourcepub const fn set_pll_power(&mut self, val: bool)
pub const fn set_pll_power(&mut self, val: bool)
USB PLL Powerup Control
Sourcepub const fn pll_enable(&self) -> bool
pub const fn pll_enable(&self) -> bool
PLL Output Clock Enable
Sourcepub const fn set_pll_enable(&mut self, val: bool)
pub const fn set_pll_enable(&mut self, val: bool)
PLL Output Clock Enable
Sourcepub const fn pll_bypass(&self) -> bool
pub const fn pll_bypass(&self) -> bool
Bypass USB PLL
Sourcepub const fn set_pll_bypass(&mut self, val: bool)
pub const fn set_pll_bypass(&mut self, val: bool)
Bypass USB PLL
Sourcepub const fn refbias_pwd_sel(&self) -> bool
pub const fn refbias_pwd_sel(&self) -> bool
Reference Bias Power Control
Sourcepub const fn set_refbias_pwd_sel(&mut self, val: bool)
pub const fn set_refbias_pwd_sel(&mut self, val: bool)
Reference Bias Power Control
Sourcepub const fn refbias_pwd(&self) -> bool
pub const fn refbias_pwd(&self) -> bool
Power Down Reference Bias
Sourcepub const fn set_refbias_pwd(&mut self, val: bool)
pub const fn set_refbias_pwd(&mut self, val: bool)
Power Down Reference Bias
Sourcepub const fn pll_reg_enable(&self) -> bool
pub const fn pll_reg_enable(&self) -> bool
Enable PLL Regulator
Sourcepub const fn set_pll_reg_enable(&mut self, val: bool)
pub const fn set_pll_reg_enable(&mut self, val: bool)
Enable PLL Regulator
Sourcepub const fn pll_div_sel(&self) -> u8
pub const fn pll_div_sel(&self) -> u8
PLL Divider Value Configuration
Sourcepub const fn set_pll_div_sel(&mut self, val: u8)
pub const fn set_pll_div_sel(&mut self, val: u8)
PLL Divider Value Configuration
Sourcepub const fn set_pll_lock(&mut self, val: bool)
pub const fn set_pll_lock(&mut self, val: bool)
USB PLL Lock Status Indicator
Trait Implementations§
impl Copy for PllSicSet
impl Eq for PllSicSet
impl StructuralPartialEq for PllSicSet
Auto Trait Implementations§
impl Freeze for PllSicSet
impl RefUnwindSafe for PllSicSet
impl Send for PllSicSet
impl Sync for PllSicSet
impl Unpin for PllSicSet
impl UnwindSafe for PllSicSet
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