Enum stm32wlxx_hal::pac::usart1::cr2::RTOEN_A
pub enum RTOEN_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Receiver timeout enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RTOEN_A
impl StructuralPartialEq for RTOEN_A
Auto Trait Implementations§
impl RefUnwindSafe for RTOEN_A
impl Send for RTOEN_A
impl Sync for RTOEN_A
impl Unpin for RTOEN_A
impl UnwindSafe for RTOEN_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