Searched refs:CAN_MCAN_DT_CONFIG_INST_GET (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/drivers/can/ |
| D | can_mcux_mcan.c | 216 CAN_MCAN_DT_CONFIG_INST_GET(n, &mcux_mcan_config_##n, \
|
| D | can_sam.c | 188 CAN_MCAN_DT_CONFIG_INST_GET(inst, &can_sam_cfg_##inst, \
|
| D | can_sam0.c | 229 CAN_MCAN_DT_CONFIG_INST_GET(inst, &can_sam0_cfg_##inst, &can_sam0_ops, \
|
| D | can_nrf.c | 236 static const struct can_mcan_config can_mcan_nrf_config##n = CAN_MCAN_DT_CONFIG_INST_GET( \
|
| D | can_numaker.c | 279 CAN_MCAN_DT_CONFIG_INST_GET(inst, \
|
| D | can_stm32h7_fdcan.c | 283 CAN_MCAN_DT_CONFIG_INST_GET(n, &can_stm32h7_cfg_##n, \
|
| D | can_stm32_fdcan.c | 614 CAN_MCAN_DT_CONFIG_INST_GET(inst, &can_stm32fd_cfg_##inst, \
|
| D | can_tcan4x5x.c | 789 static const struct can_mcan_config can_mcan_config_##inst = CAN_MCAN_DT_CONFIG_INST_GET( \
|
| /Zephyr-latest/include/zephyr/drivers/can/ |
| D | can_mcan.h | 1324 #define CAN_MCAN_DT_CONFIG_INST_GET(inst, _custom, _ops, _cbs) \ macro
|