Home
last modified time | relevance | path

Searched defs:mcux_flexcan_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/can/
Dcan_mcux_flexcan.c70 struct mcux_flexcan_config { struct
71 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 …]