pub type ExtendedFilter = Filter<ExtendedId, u32>;Expand description
An Extended Filter
Aliased Type§
pub struct ExtendedFilter {
pub filter: FilterType<ExtendedId, u32>,
pub action: Action,
}Fields§
§filter: FilterType<ExtendedId, u32>How to match an incoming message
action: ActionWhat to do with a matching message
Implementations§
Source§impl ExtendedFilter
impl ExtendedFilter
Sourcepub fn accept_all_into_fifo0() -> ExtendedFilter
pub fn accept_all_into_fifo0() -> ExtendedFilter
Accept all messages in FIFO 0
Sourcepub fn accept_all_into_fifo1() -> ExtendedFilter
pub fn accept_all_into_fifo1() -> ExtendedFilter
Accept all messages in FIFO 1
Sourcepub fn reject_all() -> ExtendedFilter
pub fn reject_all() -> ExtendedFilter
Reject all messages
Sourcepub fn disable() -> ExtendedFilter
pub fn disable() -> ExtendedFilter
Disable the filter