Enum stm32wlxx_hal::pac::rng::cr::CLKDIV_A
#[repr(u8)]pub enum CLKDIV_A {
Show 16 variants
NoDiv = 0,
Div21 = 1,
Div22 = 2,
Div23 = 3,
Div24 = 4,
Div25 = 5,
Div26 = 6,
Div27 = 7,
Div28 = 8,
Div29 = 9,
Div210 = 10,
Div211 = 11,
Div212 = 12,
Div213 = 13,
Div214 = 14,
Div215 = 15,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CLKDIV
Value on reset: 0
Variants§
NoDiv = 0
0: Internal RNG clock after divider is similar to incoming RNG clock
Div21 = 1
1: Divide RNG clock by 2^1
Div22 = 2
2: Divide RNG clock by 2^2
Div23 = 3
3: Divide RNG clock by 2^3
Div24 = 4
4: Divide RNG clock by 2^4
Div25 = 5
5: Divide RNG clock by 2^5
Div26 = 6
6: Divide RNG clock by 2^6
Div27 = 7
7: Divide RNG clock by 2^7
Div28 = 8
8: Divide RNG clock by 2^8
Div29 = 9
9: Divide RNG clock by 2^9
Div210 = 10
10: Divide RNG clock by 2^10
Div211 = 11
11: Divide RNG clock by 2^11
Div212 = 12
12: Divide RNG clock by 2^12
Div213 = 13
13: Divide RNG clock by 2^13
Div214 = 14
14: Divide RNG clock by 2^14
Div215 = 15
15: Divide RNG clock by 2^15
Trait Implementations§
impl Copy for CLKDIV_A
impl StructuralPartialEq for CLKDIV_A
Auto Trait Implementations§
impl RefUnwindSafe for CLKDIV_A
impl Send for CLKDIV_A
impl Sync for CLKDIV_A
impl Unpin for CLKDIV_A
impl UnwindSafe for CLKDIV_A
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