#[repr(transparent)]pub struct Anactrl(pub u32);Expand description
Analog Control
Tuple Fields§
§0: u32Implementations§
Source§impl Anactrl
impl Anactrl
Sourcepub const fn set_lvi_en(&mut self, val: LviEn)
pub const fn set_lvi_en(&mut self, val: LviEn)
Internal Low Voltage Detector Enable
Sourcepub const fn pfd_clk_sel(&self) -> PfdClkSel
pub const fn pfd_clk_sel(&self) -> PfdClkSel
PFD Clock Selection
Sourcepub const fn set_pfd_clk_sel(&mut self, val: PfdClkSel)
pub const fn set_pfd_clk_sel(&mut self, val: PfdClkSel)
PFD Clock Selection
Sourcepub const fn dev_pulldown(&self) -> DevPulldown
pub const fn dev_pulldown(&self) -> DevPulldown
Device Pulldown Enable
Sourcepub const fn set_dev_pulldown(&mut self, val: DevPulldown)
pub const fn set_dev_pulldown(&mut self, val: DevPulldown)
Device Pulldown Enable
Trait Implementations§
impl Copy for Anactrl
impl Eq for Anactrl
impl StructuralPartialEq for Anactrl
Auto Trait Implementations§
impl Freeze for Anactrl
impl RefUnwindSafe for Anactrl
impl Send for Anactrl
impl Sync for Anactrl
impl Unpin for Anactrl
impl UnwindSafe for Anactrl
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