Enum stm32wlxx_hal::pac::rcc::csr::RFRST_A
pub enum RFRST_A {
Removed = 0,
Reset = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Radio reset
Value on reset: 1
Variants§
Removed = 0
0: Sub-GHz radio software reset removed
Reset = 1
1: Sub-GHz radio software reset active
Trait Implementations§
impl Copy for RFRST_A
impl StructuralPartialEq for RFRST_A
Auto Trait Implementations§
impl RefUnwindSafe for RFRST_A
impl Send for RFRST_A
impl Sync for RFRST_A
impl Unpin for RFRST_A
impl UnwindSafe for RFRST_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