Enum stm32wlxx_hal::pac::usart1::cr3::DDRE_A
pub enum DDRE_A {
NotDisabled = 0,
Disabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
DMA Disable on Reception Error
Value on reset: 0
Variants§
NotDisabled = 0
0: DMA is not disabled in case of reception error
Disabled = 1
1: DMA is disabled following a reception error
Trait Implementations§
impl Copy for DDRE_A
impl StructuralPartialEq for DDRE_A
Auto Trait Implementations§
impl RefUnwindSafe for DDRE_A
impl Send for DDRE_A
impl Sync for DDRE_A
impl Unpin for DDRE_A
impl UnwindSafe for DDRE_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