Enum stm32wlxx_hal::pac::rcc::csr::MSISRANGE_A
#[repr(u8)]pub enum MSISRANGE_A {
F1mhz = 4,
F2mhz = 5,
F4mhz = 6,
F8mhz = 7,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
MSI clock ranges
Value on reset: 6
Variants§
F1mhz = 4
4: Range 4 around 1 MHz
F2mhz = 5
5: Range 5 around 2 MHz
F4mhz = 6
6: Range 6 around 4 MHz (reset value)
F8mhz = 7
7: Range 7 around 8 MHz
Trait Implementations§
§impl Clone for MSISRANGE_A
impl Clone for MSISRANGE_A
§fn clone(&self) -> MSISRANGE_A
fn clone(&self) -> MSISRANGE_A
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 more§impl Debug for MSISRANGE_A
impl Debug for MSISRANGE_A
§impl PartialEq for MSISRANGE_A
impl PartialEq for MSISRANGE_A
§fn eq(&self, other: &MSISRANGE_A) -> bool
fn eq(&self, other: &MSISRANGE_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MSISRANGE_A
impl StructuralPartialEq for MSISRANGE_A
Auto Trait Implementations§
impl RefUnwindSafe for MSISRANGE_A
impl Send for MSISRANGE_A
impl Sync for MSISRANGE_A
impl Unpin for MSISRANGE_A
impl UnwindSafe for MSISRANGE_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