Enum stm32_metapac::rcc::vals::Msirgsel
#[repr(u8)]pub enum Msirgsel {
CSR = 0,
ICSCR1 = 1,
}
Variants§
CSR = 0
MSIS/MSIK ranges provided by MSISSRANGE[3:0] and MSIKSRANGE[3:0] in RCC_CSR
ICSCR1 = 1
MSIS/MSIK ranges provided by MSISRANGE[3:0] and MSIKRANGE[3:0] in RCC_ICSCR1
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
)