Enum stm32wlxx_hal::pac::lpuart::cr2::TXINV_A
pub enum TXINV_A {
Standard = 0,
Inverted = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
TX pin active level inversion
Value on reset: 0
Variants§
Standard = 0
0: TX pin signal works using the standard logic levels
Inverted = 1
1: TX pin signal values are inverted
Trait Implementations§
impl Copy for TXINV_A
impl StructuralPartialEq for TXINV_A
Auto Trait Implementations§
impl RefUnwindSafe for TXINV_A
impl Send for TXINV_A
impl Sync for TXINV_A
impl Unpin for TXINV_A
impl UnwindSafe for TXINV_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