Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/drivers/can/
Dcan_mcan.h1233 struct can_mcan_config { struct
1234 const struct can_driver_config common;
1235 const struct can_mcan_ops *ops;
1236 const struct can_mcan_callbacks *callbacks;
1237 uint16_t mram_elements[CAN_MCAN_MRAM_CFG_NUM_CELLS];
1238 uint16_t mram_offsets[CAN_MCAN_MRAM_CFG_NUM_CELLS];
1239 size_t mram_size;
1240 const void *custom;