Enum stm32_metapac::rcc::vals::Msirgsel
#[repr(u8)]pub enum Msirgsel {
CSR = 0,
CR = 1,
}
Variants§
CSR = 0
MSI Range is provided by MSISRANGE[3:0] in RCC_CSR register
CR = 1
MSI Range is provided by MSIRANGE[3:0] in the RCC_CR register
Implementations§
Trait Implementations§
§impl Ord for Msirgsel
impl Ord for Msirgsel
§impl PartialOrd for Msirgsel
impl PartialOrd for Msirgsel
impl Copy for Msirgsel
impl Eq for Msirgsel
impl StructuralPartialEq for Msirgsel
Auto Trait Implementations§
impl Freeze for Msirgsel
impl RefUnwindSafe for Msirgsel
impl Send for Msirgsel
impl Sync for Msirgsel
impl Unpin for Msirgsel
impl UnwindSafe for Msirgsel
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
)