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