pub enum MasterClockDivider {
Show 64 variants
MasterClockDisabled,
Div1,
Div2,
Div3,
Div4,
Div5,
Div6,
Div7,
Div8,
Div9,
Div10,
Div11,
Div12,
Div13,
Div14,
Div15,
Div16,
Div17,
Div18,
Div19,
Div20,
Div21,
Div22,
Div23,
Div24,
Div25,
Div26,
Div27,
Div28,
Div29,
Div30,
Div31,
Div32,
Div33,
Div34,
Div35,
Div36,
Div37,
Div38,
Div39,
Div40,
Div41,
Div42,
Div43,
Div44,
Div45,
Div46,
Div47,
Div48,
Div49,
Div50,
Div51,
Div52,
Div53,
Div54,
Div55,
Div56,
Div57,
Div58,
Div59,
Div60,
Div61,
Div62,
Div63,
}
Expand description
Master clock divider.
Variants§
MasterClockDisabled
Div1
Div2
Div3
Div4
Div5
Div6
Div7
Div8
Div9
Div10
Div11
Div12
Div13
Div14
Div15
Div16
Div17
Div18
Div19
Div20
Div21
Div22
Div23
Div24
Div25
Div26
Div27
Div28
Div29
Div30
Div31
Div32
Div33
Div34
Div35
Div36
Div37
Div38
Div39
Div40
Div41
Div42
Div43
Div44
Div45
Div46
Div47
Div48
Div49
Div50
Div51
Div52
Div53
Div54
Div55
Div56
Div57
Div58
Div59
Div60
Div61
Div62
Div63
Trait Implementations§
source§impl Clone for MasterClockDivider
impl Clone for MasterClockDivider
source§fn clone(&self) -> MasterClockDivider
fn clone(&self) -> MasterClockDivider
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq for MasterClockDivider
impl PartialEq for MasterClockDivider
impl Copy for MasterClockDivider
impl StructuralPartialEq for MasterClockDivider
Auto Trait Implementations§
impl Freeze for MasterClockDivider
impl RefUnwindSafe for MasterClockDivider
impl Send for MasterClockDivider
impl Sync for MasterClockDivider
impl Unpin for MasterClockDivider
impl UnwindSafe for MasterClockDivider
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
)