pub enum CryptoPwmClkConfig {
Pll,
Cpu,
}Available on crate feature
unstable only.Expand description
The list of clock signals that the CRYPTO_PWM_CLK multiplexer can output.
Variants§
Trait Implementations§
Source§impl Clone for CryptoPwmClkConfig
impl Clone for CryptoPwmClkConfig
Source§fn clone(&self) -> CryptoPwmClkConfig
fn clone(&self) -> CryptoPwmClkConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CryptoPwmClkConfig
impl Debug for CryptoPwmClkConfig
Source§impl Hash for CryptoPwmClkConfig
impl Hash for CryptoPwmClkConfig
Source§impl PartialEq for CryptoPwmClkConfig
impl PartialEq for CryptoPwmClkConfig
impl Copy for CryptoPwmClkConfig
impl Eq for CryptoPwmClkConfig
impl StructuralPartialEq for CryptoPwmClkConfig
Auto Trait Implementations§
impl Freeze for CryptoPwmClkConfig
impl RefUnwindSafe for CryptoPwmClkConfig
impl Send for CryptoPwmClkConfig
impl Sync for CryptoPwmClkConfig
impl Unpin for CryptoPwmClkConfig
impl UnsafeUnpin for CryptoPwmClkConfig
impl UnwindSafe for CryptoPwmClkConfig
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)