Searched refs:_cbs (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.4.0/include/zephyr/drivers/can/ |
D | can_mcan.h | 1281 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument 1284 .callbacks = _cbs, \ 1305 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument 1308 .callbacks = _cbs, \ 1332 #define CAN_MCAN_DT_CONFIG_INST_GET(inst, _custom, _ops, _cbs) \ argument 1333 CAN_MCAN_DT_CONFIG_GET(DT_DRV_INST(inst), _custom, _ops, _cbs)
|