pub enum UartMemClkConfig {
Xtal,
}Available on crate feature
unstable only.Expand description
The list of clock signals that the UART_MEM_CLK multiplexer can output.
Variants§
Xtal
Selects XTAL_CLK.
Trait Implementations§
Source§impl Clone for UartMemClkConfig
impl Clone for UartMemClkConfig
Source§fn clone(&self) -> UartMemClkConfig
fn clone(&self) -> UartMemClkConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UartMemClkConfig
Source§impl Debug for UartMemClkConfig
impl Debug for UartMemClkConfig
Source§impl Default for UartMemClkConfig
impl Default for UartMemClkConfig
Source§fn default() -> UartMemClkConfig
fn default() -> UartMemClkConfig
Returns the “default value” for a type. Read more
impl Eq for UartMemClkConfig
Source§impl Hash for UartMemClkConfig
impl Hash for UartMemClkConfig
Source§impl PartialEq for UartMemClkConfig
impl PartialEq for UartMemClkConfig
impl StructuralPartialEq for UartMemClkConfig
Auto Trait Implementations§
impl Freeze for UartMemClkConfig
impl RefUnwindSafe for UartMemClkConfig
impl Send for UartMemClkConfig
impl Sync for UartMemClkConfig
impl Unpin for UartMemClkConfig
impl UnsafeUnpin for UartMemClkConfig
impl UnwindSafe for UartMemClkConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)