Enum stm32wlxx_hal::pac::usart1::cr2::DATAINV_A
pub enum DATAINV_A {
Positive = 0,
Negative = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Binary data inversion
Value on reset: 0
Variants§
Positive = 0
0: Logical data from the data register are send/received in positive/direct logic
Negative = 1
1: Logical data from the data register are send/received in negative/inverse logic
Trait Implementations§
impl Copy for DATAINV_A
impl StructuralPartialEq for DATAINV_A
Auto Trait Implementations§
impl RefUnwindSafe for DATAINV_A
impl Send for DATAINV_A
impl Sync for DATAINV_A
impl Unpin for DATAINV_A
impl UnwindSafe for DATAINV_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