Enum stm32wlxx_hal::pac::lpuart::cr3::RXFTIE_A
pub enum RXFTIE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
RXFIFO threshold interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt inhibited
Enabled = 1
1: USART interrupt generated when Receive FIFO reaches the threshold programmed in RXFTCFG
Trait Implementations§
impl Copy for RXFTIE_A
impl StructuralPartialEq for RXFTIE_A
Auto Trait Implementations§
impl RefUnwindSafe for RXFTIE_A
impl Send for RXFTIE_A
impl Sync for RXFTIE_A
impl Unpin for RXFTIE_A
impl UnwindSafe for RXFTIE_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