Enum stm32wlxx_hal::pac::ipcc::c2toc1sr::CH3F_A
pub enum CH3F_A {
Free = 0,
Occupied = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CH1F
Value on reset: 0
Variants§
Free = 0
0: Channel free, data can be written by the sending processor. Generates a channel TX free interrupt to the current processor, when unmasked
Occupied = 1
1: Channel occupied, data can be read by the receiving processor. Generates a channel RX occupied interrupt to the other processor, when unmasked
Trait Implementations§
impl Copy for CH1F_A
impl StructuralPartialEq for CH1F_A
Auto Trait Implementations§
impl RefUnwindSafe for CH1F_A
impl Send for CH1F_A
impl Sync for CH1F_A
impl Unpin for CH1F_A
impl UnwindSafe for CH1F_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