Searched defs:mcux_flexcan_config (Results 1 – 1 of 1) sorted by relevance
70 struct mcux_flexcan_config { struct71 const struct can_driver_config common;72 CAN_Type *base;73 const struct device *clock_dev;74 clock_control_subsys_t clock_subsys;75 int clk_source;77 bool flexcan_fd;79 void (*irq_config_func)(const struct device *dev);80 void (*irq_enable_func)(void);81 void (*irq_disable_func)(void);[all …]