Enum stm32wlxx_hal::pac::usart1::cr2::ADDM7_A
pub enum ADDM7_A {
Bit4 = 0,
Bit7 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
7-bit Address Detection/4-bit Address Detection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ADDM7_A
impl StructuralPartialEq for ADDM7_A
Auto Trait Implementations§
impl RefUnwindSafe for ADDM7_A
impl Send for ADDM7_A
impl Sync for ADDM7_A
impl Unpin for ADDM7_A
impl UnwindSafe for ADDM7_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