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