Struct stm32_metapac::saes::regs::Ier
#[repr(transparent)]pub struct Ier(pub u32);
Expand description
SAES interrupt enable register.
Tuple Fields§
§0: u32
Implementations§
§impl Ier
impl Ier
pub const fn ccfie(&self) -> bool
pub const fn ccfie(&self) -> bool
Computation complete flag interrupt enable This bit enables or disables (masks) the SAES interrupt generation when CCF (computation complete flag) is set.
pub fn set_ccfie(&mut self, val: bool)
pub fn set_ccfie(&mut self, val: bool)
Computation complete flag interrupt enable This bit enables or disables (masks) the SAES interrupt generation when CCF (computation complete flag) is set.
pub const fn rweie(&self) -> bool
pub const fn rweie(&self) -> bool
Read or write error interrupt enable This bit enables or disables (masks) the SAES interrupt generation when RWEIF (read and/or write error flag) is set.
pub fn set_rweie(&mut self, val: bool)
pub fn set_rweie(&mut self, val: bool)
Read or write error interrupt enable This bit enables or disables (masks) the SAES interrupt generation when RWEIF (read and/or write error flag) is set.
pub const fn keie(&self) -> bool
pub const fn keie(&self) -> bool
Key error interrupt enable This bit enables or disables (masks) the SAES interrupt generation when KEIF (key error flag) is set.
pub fn set_keie(&mut self, val: bool)
pub fn set_keie(&mut self, val: bool)
Key error interrupt enable This bit enables or disables (masks) the SAES interrupt generation when KEIF (key error flag) is set.
pub const fn rngeie(&self) -> bool
pub const fn rngeie(&self) -> bool
RNG error interrupt enable This bit enables or disables (masks) the SAES interrupt generation when RNGEIF (RNG error flag) is set.
pub fn set_rngeie(&mut self, val: bool)
pub fn set_rngeie(&mut self, val: bool)
RNG error interrupt enable This bit enables or disables (masks) the SAES interrupt generation when RNGEIF (RNG error flag) is set.
Trait Implementations§
impl Copy for Ier
impl Eq for Ier
impl StructuralPartialEq for Ier
Auto Trait Implementations§
impl Freeze for Ier
impl RefUnwindSafe for Ier
impl Send for Ier
impl Sync for Ier
impl Unpin for Ier
impl UnwindSafe for Ier
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
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)
clone_to_uninit
)