pub struct FifoEventConfig {
pub which: Fifo,
pub trigger_slot: TriggerSlot,
pub level: FifoLevel,
pub trigger_less_than: bool,
pub trigger_greater_than: bool,
pub trigger_equal_to: bool,
}Expand description
The event register is divided into 24 code-settable event bits + 8 FIFO event bits
Fields§
§which: Fifo§trigger_slot: TriggerSlot§level: FifoLevel§trigger_less_than: bool§trigger_greater_than: bool§trigger_equal_to: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for FifoEventConfig
impl RefUnwindSafe for FifoEventConfig
impl Send for FifoEventConfig
impl Sync for FifoEventConfig
impl Unpin for FifoEventConfig
impl UnwindSafe for FifoEventConfig
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