Enum stm32_metapac::adf::vals::Ckgmod
#[repr(u8)]pub enum Ckgmod {
IMMEDIATE = 0,
TRIGGER = 1,
}
Expand description
Clock generator mode. This bit is set and reset by software. It is used to define the way the clock generator is enabled. This bit must not be changed if the filter is enabled (DFTEN = 1).
Variants§
IMMEDIATE = 0
The kernel clock is provided to the dividers as soon as CKGDEN is set to 1.
TRIGGER = 1
The kernel clock is provided to the dividers when CKGDEN is set to 1 and the trigger condition met.
Implementations§
Trait Implementations§
§impl Ord for Ckgmod
impl Ord for Ckgmod
§impl PartialOrd for Ckgmod
impl PartialOrd for Ckgmod
impl Copy for Ckgmod
impl Eq for Ckgmod
impl StructuralPartialEq for Ckgmod
Auto Trait Implementations§
impl Freeze for Ckgmod
impl RefUnwindSafe for Ckgmod
impl Send for Ckgmod
impl Sync for Ckgmod
impl Unpin for Ckgmod
impl UnwindSafe for Ckgmod
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
)