Enum stm32wlxx_hal::pac::dmamux::ccfr::CSOF6_AW
pub enum CSOF6_AW {
Clear = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CSOF0
Value on reset: 0
Variants§
Clear = 1
1: Clear synchronization flag
Trait Implementations§
impl Copy for CSOF0_AW
impl StructuralPartialEq for CSOF0_AW
Auto Trait Implementations§
impl RefUnwindSafe for CSOF0_AW
impl Send for CSOF0_AW
impl Sync for CSOF0_AW
impl Unpin for CSOF0_AW
impl UnwindSafe for CSOF0_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