pub type CanConfig = Config;Aliased Type§
struct CanConfig {
pub timing: Timing,
pub filter: Filter,
pub tx_queue_len: u32,
pub rx_queue_len: u32,
pub mode: Mode,
pub alerts: EnumSet<Alert>,
pub intr_flags: EnumSet<InterruptType>,
}Fields§
§timing: Timing§filter: Filter§tx_queue_len: u32§rx_queue_len: u32§mode: Mode§alerts: EnumSet<Alert>§intr_flags: EnumSet<InterruptType>