Searched defs:can_mcan_config (Results 1 – 1 of 1) sorted by relevance
1233 struct can_mcan_config { struct1234 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;