pub enum PC13VALUE {
Low = 0,
High = 1,
}
Expand description
PC13 value
Value on reset: 0
Variants§
Low = 0
0: If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic low
High = 1
1: If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic high
Trait Implementations§
impl Copy for PC13VALUE
impl Eq for PC13VALUE
impl StructuralPartialEq for PC13VALUE
Auto Trait Implementations§
impl Freeze for PC13VALUE
impl RefUnwindSafe for PC13VALUE
impl Send for PC13VALUE
impl Sync for PC13VALUE
impl Unpin for PC13VALUE
impl UnwindSafe for PC13VALUE
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