Enum stm32_metapac::rcc::vals::Sdpre
#[repr(u8)]pub enum Sdpre {
Show 32 variants
DIV2 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
_RESERVED_10 = 16,
DIV4 = 17,
DIV6 = 18,
DIV8 = 19,
DIV10 = 20,
DIV12 = 21,
DIV14 = 22,
DIV16 = 23,
DIV20 = 24,
DIV24 = 25,
DIV28 = 26,
DIV32 = 27,
DIV36 = 28,
DIV40 = 29,
DIV44 = 30,
DIV48 = 31,
}
Variants§
DIV2 = 0
SYSCLK divided by 2
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
_RESERVED_10 = 16
DIV4 = 17
SYSCLK divided by 4
DIV6 = 18
SYSCLK divided by 6
DIV8 = 19
SYSCLK divided by 8
DIV10 = 20
SYSCLK divided by 10
DIV12 = 21
SYSCLK divided by 12
DIV14 = 22
SYSCLK divided by 14
DIV16 = 23
SYSCLK divided by 16
DIV20 = 24
SYSCLK divided by 20
DIV24 = 25
SYSCLK divided by 24
DIV28 = 26
SYSCLK divided by 28
DIV32 = 27
SYSCLK divided by 32
DIV36 = 28
SYSCLK divided by 36
DIV40 = 29
SYSCLK divided by 40
DIV44 = 30
SYSCLK divided by 44
DIV48 = 31
SYSCLK divided by 48
Implementations§
Trait Implementations§
§impl Ord for Sdpre
impl Ord for Sdpre
§impl PartialOrd for Sdpre
impl PartialOrd for Sdpre
impl Copy for Sdpre
impl Eq for Sdpre
impl StructuralPartialEq for Sdpre
Auto Trait Implementations§
impl Freeze for Sdpre
impl RefUnwindSafe for Sdpre
impl Send for Sdpre
impl Sync for Sdpre
impl Unpin for Sdpre
impl UnwindSafe for Sdpre
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
)