Enum stm32wlxx_hal::pac::rng::sr::CECS_A
pub enum CECS_A {
Correct = 0,
Slow = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Clock error current status
Value on reset: 0
Variants§
Correct = 0
0: The RNG clock is correct (fRNGCLK> fHCLK/32)
Slow = 1
1: The RNG clock before internal divider has been detected too slow (fRNGCLK< fHCLK/32)
Trait Implementations§
impl Copy for CECS_A
impl StructuralPartialEq for CECS_A
Auto Trait Implementations§
impl RefUnwindSafe for CECS_A
impl Send for CECS_A
impl Sync for CECS_A
impl Unpin for CECS_A
impl UnwindSafe for CECS_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