Enum stm32wlxx_hal::pac::rcc::cr::MSIRGSEL_A
pub enum MSIRGSEL_A {
Csr = 0,
Cr = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
MSI range control selection
Value on reset: 0
Variants§
Csr = 0
0: MSI frequency range defined by MSISRANGE[3:0] in the RCC_CSR register
Cr = 1
1: MSI frequency range defined by MSIRANGE[3:0] in the RCC_CR register
Trait Implementations§
§impl Clone for MSIRGSEL_A
impl Clone for MSIRGSEL_A
§fn clone(&self) -> MSIRGSEL_A
fn clone(&self) -> MSIRGSEL_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 MSIRGSEL_A
impl Debug for MSIRGSEL_A
§impl PartialEq for MSIRGSEL_A
impl PartialEq for MSIRGSEL_A
§fn eq(&self, other: &MSIRGSEL_A) -> bool
fn eq(&self, other: &MSIRGSEL_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MSIRGSEL_A
impl StructuralPartialEq for MSIRGSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for MSIRGSEL_A
impl Send for MSIRGSEL_A
impl Sync for MSIRGSEL_A
impl Unpin for MSIRGSEL_A
impl UnwindSafe for MSIRGSEL_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