#[repr(transparent)]pub struct Clkout(pub u32);
Expand description
Configuration of clock output
Tuple Fields§
§0: u32
Implementations§
Source§impl Clkout
impl Clkout
Sourcepub fn set_clkout32k(&mut self, val: bool)
pub fn set_clkout32k(&mut self, val: bool)
Enable 32Ki clock output on pin
Sourcepub const fn clkoutfast(&self) -> bool
pub const fn clkoutfast(&self) -> bool
Enable fast clock output on pin
Sourcepub fn set_clkoutfast(&mut self, val: bool)
pub fn set_clkoutfast(&mut self, val: bool)
Enable fast clock output on pin
Trait Implementations§
impl Copy for Clkout
impl Eq for Clkout
impl StructuralPartialEq for Clkout
Auto Trait Implementations§
impl Freeze for Clkout
impl RefUnwindSafe for Clkout
impl Send for Clkout
impl Sync for Clkout
impl Unpin for Clkout
impl UnwindSafe for Clkout
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)