pub enum ODR14_A {
Low = 0,
High = 1,
}
Expand description
Port output data bit These bits can be read and written by software. Note: For atomic bit set/reset, the OD bits can be individually set and/or reset by writing to the GPIOx_BSRR or GPIOx_BRR registers (x = A..F).
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ODR0_A
impl StructuralPartialEq for ODR0_A
Auto Trait Implementations§
impl Freeze for ODR0_A
impl RefUnwindSafe for ODR0_A
impl Send for ODR0_A
impl Sync for ODR0_A
impl Unpin for ODR0_A
impl UnwindSafe for ODR0_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