Home
last modified time | relevance | path

Searched refs:_cbs (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/can/
Dcan_mcan.h1312 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument
1315 .callbacks = _cbs, \
1336 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument
1339 .callbacks = _cbs, \
1363 #define CAN_MCAN_DT_CONFIG_INST_GET(inst, _custom, _ops, _cbs) \ argument
1364 CAN_MCAN_DT_CONFIG_GET(DT_DRV_INST(inst), _custom, _ops, _cbs)