pub enum DfllId {}
Expand description
Id
type representing the identity of the DFLL clock
Trait Implementations§
Source§impl GclkSourceId for DfllId
impl GclkSourceId for DfllId
Source§const DYN: DynGclkSourceId = DynGclkSourceId::Dfll
const DYN: DynGclkSourceId = DynGclkSourceId::Dfll
Corresponding variant of
DynGclkSourceId
Auto Trait Implementations§
impl Freeze for DfllId
impl RefUnwindSafe for DfllId
impl Send for DfllId
impl Sync for DfllId
impl Unpin for DfllId
impl UnwindSafe for DfllId
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