Enum stm32wlxx_hal::rng::Error
source · pub enum Error {
Seed,
Clock,
}
Expand description
RNG error types
Variants§
Seed
A seed error (noise error) occurred.
Note: There is automatic correction for seed errors included. This error means that automatic correction was attempted, but failed.
Clock
RNG frequency is too low.
Check that the RNG is configured correctly.
Trait Implementations§
source§impl PartialEq for Error
impl PartialEq for Error
impl Copy for Error
impl Eq for Error
impl StructuralEq for Error
impl StructuralPartialEq for Error
Auto Trait Implementations§
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
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