Enum stm32_metapac::adf::vals::Ccken
#[repr(u8)]pub enum Ccken {
NOTGENERATED = 0,
GENERATED = 1,
}
Expand description
CCK clock enable. This bit is set and reset by software. It is used to control the generation of the bitstream clock on the CCK pin.
Variants§
NOTGENERATED = 0
Bitstream clock not generated.
GENERATED = 1
Bitstream clock generated on the CCK pin.
Implementations§
Trait Implementations§
§impl Ord for Ccken
impl Ord for Ccken
§impl PartialOrd for Ccken
impl PartialOrd for Ccken
impl Copy for Ccken
impl Eq for Ccken
impl StructuralPartialEq for Ccken
Auto Trait Implementations§
impl Freeze for Ccken
impl RefUnwindSafe for Ccken
impl Send for Ccken
impl Sync for Ccken
impl Unpin for Ccken
impl UnwindSafe for Ccken
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
)