Enum stm32wlxx_hal::pac::crc::cr::RESET_A
pub enum RESET_A {
Reset = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
RESET bit
Value on reset: 0
Variants§
Reset = 1
1: Resets the CRC calculation unit and sets the data register to 0xFFFF FFFF
Trait Implementations§
impl Copy for RESET_A
impl StructuralPartialEq for RESET_A
Auto Trait Implementations§
impl RefUnwindSafe for RESET_A
impl Send for RESET_A
impl Sync for RESET_A
impl Unpin for RESET_A
impl UnwindSafe for RESET_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