pub enum HSION {
Off = 0,
On = 1,
}
Expand description
HSI16 clock enable Set and cleared by software. Cleared by hardware to stop the HSI16 oscillator when entering Stop, Standby or Shutdown mode. Set by hardware to force the HSI16 oscillator ON when STOPWUCK=1 or HSIASFS = 1 when leaving Stop modes, or in case of failure of the HSE crystal oscillator. This bit is set by hardware if the HSI16 is used directly or indirectly as system clock.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for HSION
impl Eq for HSION
impl StructuralPartialEq for HSION
Auto Trait Implementations§
impl Freeze for HSION
impl RefUnwindSafe for HSION
impl Send for HSION
impl Sync for HSION
impl Unpin for HSION
impl UnwindSafe for HSION
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