Struct Msirgsel
#[repr(transparent)]pub struct Msirgsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Msirgsel
impl Msirgsel
pub const RCC_CSR: Self
pub const RCC_CSR: Self
MSIS/MSIK ranges provided by MSISSRANGE[3:0] and MSIKSRANGE[3:0] in RCC_CSR
pub const RCC_ICSCR1: Self
pub const RCC_ICSCR1: Self
MSIS/MSIK ranges provided by MSISRANGE[3:0] and MSIKRANGE[3:0] in RCC_ICSCR1
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