Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_mcp251xfd.h516 struct mcp251xfd_config { struct
517 const struct can_driver_config common;
520 struct spi_dt_spec bus;
521 struct gpio_dt_spec int_gpio_dt;
523 uint32_t osc_freq;
526 bool sof_on_clko;
527 bool pll_enable;
528 uint8_t clko_div;
530 uint16_t timestamp_prescaler;
532 const struct device *clk_dev;
[all …]