Enum stm32wlxx_hal::pac::pka::sr::RAMERRF_A
pub enum RAMERRF_A {
NoError = 0,
Error = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
PKA RAM error flag
Value on reset: 0
Variants§
NoError = 0
0: No error
Error = 1
1: An AHB access to the PKA RAM occurred while the PKA core was computing and using its internal RAM (AHB PKA_RAM access are not allowed while PKA operation is in progress)
Trait Implementations§
impl Copy for RAMERRF_A
impl StructuralPartialEq for RAMERRF_A
Auto Trait Implementations§
impl RefUnwindSafe for RAMERRF_A
impl Send for RAMERRF_A
impl Sync for RAMERRF_A
impl Unpin for RAMERRF_A
impl UnwindSafe for RAMERRF_A
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