Enum stm32wlxx_hal::pac::ipcc::c2mr::CH5OM_A
pub enum CH5OM_A {
Unmasked = 0,
Masked = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CH1OM
Value on reset: 1
Variants§
Unmasked = 0
0: Receive channel n occupied interrupt not masked
Masked = 1
1: Receive channel n occupied interrupt masked
Trait Implementations§
impl Copy for CH1OM_A
impl StructuralPartialEq for CH1OM_A
Auto Trait Implementations§
impl RefUnwindSafe for CH1OM_A
impl Send for CH1OM_A
impl Sync for CH1OM_A
impl Unpin for CH1OM_A
impl UnwindSafe for CH1OM_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