pub enum PC13MODE {
Floating = 0,
PushPull = 1,
}
Expand description
PC13 mode
Value on reset: 0
Variants§
Floating = 0
0: PCx is controlled by the GPIO configuration Register. Consequently PC15 is floating in Standby mode
PushPull = 1
1: PCx is forced to push-pull output if LSE is disabled
Trait Implementations§
impl Copy for PC13MODE
impl Eq for PC13MODE
impl StructuralPartialEq for PC13MODE
Auto Trait Implementations§
impl Freeze for PC13MODE
impl RefUnwindSafe for PC13MODE
impl Send for PC13MODE
impl Sync for PC13MODE
impl Unpin for PC13MODE
impl UnwindSafe for PC13MODE
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