#[repr(transparent)]pub struct GrtcClkout(pub u32);Expand description
Configuration of clock output
Tuple Fields§
§0: u32Implementations§
Source§impl GrtcClkout
impl GrtcClkout
Sourcepub const fn set_clkout32k(&mut self, val: bool)
pub const 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 const fn set_clkoutfast(&mut self, val: bool)
pub const fn set_clkoutfast(&mut self, val: bool)
Enable fast clock output on pin
Trait Implementations§
Source§impl Clone for GrtcClkout
impl Clone for GrtcClkout
Source§fn clone(&self) -> GrtcClkout
fn clone(&self) -> GrtcClkout
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GrtcClkout
impl Debug for GrtcClkout
Source§impl Default for GrtcClkout
impl Default for GrtcClkout
Source§fn default() -> GrtcClkout
fn default() -> GrtcClkout
Returns the “default value” for a type. Read more
Source§impl PartialEq for GrtcClkout
impl PartialEq for GrtcClkout
impl Copy for GrtcClkout
impl Eq for GrtcClkout
impl StructuralPartialEq for GrtcClkout
Auto Trait Implementations§
impl Freeze for GrtcClkout
impl RefUnwindSafe for GrtcClkout
impl Send for GrtcClkout
impl Sync for GrtcClkout
impl Unpin for GrtcClkout
impl UnwindSafe for GrtcClkout
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)