Enum HSIDIVF_A
pub enum HSIDIVF_A {
NotPropagated = 0,
Propagated = 1,
}
Expand description
HSI divider flag
Value on reset: 0
Variants§
NotPropagated = 0
0: New HSIDIV ratio has not yet propagated to hsi_ck
Propagated = 1
1: HSIDIV ratio has propagated to hsi_ck
Trait Implementations§
impl Copy for HSIDIVF_A
impl StructuralPartialEq for HSIDIVF_A
Auto Trait Implementations§
impl Freeze for HSIDIVF_A
impl RefUnwindSafe for HSIDIVF_A
impl Send for HSIDIVF_A
impl Sync for HSIDIVF_A
impl Unpin for HSIDIVF_A
impl UnwindSafe for HSIDIVF_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