Struct Cifr
#[repr(transparent)]pub struct Cifr(pub u32);Expand description
RCC clock interrupt flag register.
Tuple Fields§
§0: u32Implementations§
§impl Cifr
impl Cifr
pub fn set_lsirdyf(&mut self, val: bool)
pub fn set_lsirdyf(&mut self, val: bool)
LSI ready interrupt flag.
pub fn set_lserdyf(&mut self, val: bool)
pub fn set_lserdyf(&mut self, val: bool)
LSE ready interrupt flag.
pub fn set_msisrdyf(&mut self, val: bool)
pub fn set_msisrdyf(&mut self, val: bool)
MSIS ready interrupt flag.
pub fn set_hsirdyf(&mut self, val: bool)
pub fn set_hsirdyf(&mut self, val: bool)
HSI16 ready interrupt flag.
pub fn set_hserdyf(&mut self, val: bool)
pub fn set_hserdyf(&mut self, val: bool)
HSE ready interrupt flag.
pub fn set_hsi48rdyf(&mut self, val: bool)
pub fn set_hsi48rdyf(&mut self, val: bool)
HSI48 ready interrupt flag.
pub const fn msipll1rdyf(&self) -> bool
pub const fn msipll1rdyf(&self) -> bool
MSIRC1 PLL mode ready interrupt enable.
pub fn set_msipll1rdyf(&mut self, val: bool)
pub fn set_msipll1rdyf(&mut self, val: bool)
MSIRC1 PLL mode ready interrupt enable.
pub const fn msipll0rdyf(&self) -> bool
pub const fn msipll0rdyf(&self) -> bool
MSIRC0 PLL mode ready interrupt flag.
pub fn set_msipll0rdyf(&mut self, val: bool)
pub fn set_msipll0rdyf(&mut self, val: bool)
MSIRC0 PLL mode ready interrupt flag.
pub fn set_msiplluf(&mut self, val: bool)
pub fn set_msiplluf(&mut self, val: bool)
MSI PLL mode with LSE unlock interrupt flag.
pub const fn msipllhsuf(&self) -> bool
pub const fn msipllhsuf(&self) -> bool
MSI PLL mode with HSE unlock interrupt flag.
pub fn set_msipllhsuf(&mut self, val: bool)
pub fn set_msipllhsuf(&mut self, val: bool)
MSI PLL mode with HSE unlock interrupt flag.
pub fn set_msikrdyf(&mut self, val: bool)
pub fn set_msikrdyf(&mut self, val: bool)
MSIK ready interrupt flag.
pub fn set_lsecssf(&mut self, val: bool)
pub fn set_lsecssf(&mut self, val: bool)
LSE clock security system interrupt flag.
Trait Implementations§
impl Copy for Cifr
impl Eq for Cifr
impl StructuralPartialEq for Cifr
Auto Trait Implementations§
impl Freeze for Cifr
impl RefUnwindSafe for Cifr
impl Send for Cifr
impl Sync for Cifr
impl Unpin for Cifr
impl UnwindSafe for Cifr
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