Enum stm32wlxx_hal::pac::rcc::cr::HSIASFS_A
pub enum HSIASFS_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
HSI16 automatic start from Stop
Value on reset: 0
Variants§
Disabled = 0
0: HSI16 not enabled by hardware when exiting Stop modes with MSI as wakeup clock
Enabled = 1
1: HSI16 enabled by hardware when exiting Stop mode with MSI as wakeup clock
Trait Implementations§
impl Copy for HSIASFS_A
impl StructuralPartialEq for HSIASFS_A
Auto Trait Implementations§
impl RefUnwindSafe for HSIASFS_A
impl Send for HSIASFS_A
impl Sync for HSIASFS_A
impl Unpin for HSIASFS_A
impl UnwindSafe for HSIASFS_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