Enum stm32wlxx_hal::pac::usart1::cr3::TXFTCFG_A
#[repr(u8)]pub enum TXFTCFG_A {
Depth18 = 0,
Depth14 = 1,
Depth12 = 2,
Depth34 = 3,
Depth78 = 4,
Empty = 5,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
TXFIFO threshold configuration
Value on reset: 0
Variants§
Depth18 = 0
0: TXFIFO reaches 1/8 of its depth
Depth14 = 1
1: TXFIFO reaches 1/4 of its depth
Depth12 = 2
2: TXFIFO reaches 1/2 of its depth
Depth34 = 3
3: TXFIFO reaches 3/4 of its depth
Depth78 = 4
4: TXFIFO reaches 7/8 of its depth
Empty = 5
5: TXFIFO becomes empty
Trait Implementations§
impl Copy for TXFTCFG_A
impl StructuralPartialEq for TXFTCFG_A
Auto Trait Implementations§
impl RefUnwindSafe for TXFTCFG_A
impl Send for TXFTCFG_A
impl Sync for TXFTCFG_A
impl Unpin for TXFTCFG_A
impl UnwindSafe for TXFTCFG_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