Enum stm32wlxx_hal::pac::lpuart::icr::TCCF_AW
pub enum TCCF_AW {
Clear = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Transmission complete clear flag
Value on reset: 0
Variants§
Clear = 1
1: Clears the TC flag in the ISR register
Trait Implementations§
impl Copy for TCCF_AW
impl StructuralPartialEq for TCCF_AW
Auto Trait Implementations§
impl RefUnwindSafe for TCCF_AW
impl Send for TCCF_AW
impl Sync for TCCF_AW
impl Unpin for TCCF_AW
impl UnwindSafe for TCCF_AW
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