Searched refs:_custom (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/drivers/can/ |
D | can_sja1000.h | 124 #define CAN_SJA1000_DT_CONFIG_GET(node_id, _custom, _read_reg, _write_reg, _ocr, _cdr, \ argument 132 .custom = _custom, \ 147 #define CAN_SJA1000_DT_CONFIG_INST_GET(inst, _custom, _read_reg, _write_reg, _ocr, _cdr, \ argument 149 CAN_SJA1000_DT_CONFIG_GET(DT_DRV_INST(inst), _custom, _read_reg, _write_reg, _ocr, _cdr, \ 180 #define CAN_SJA1000_DATA_INITIALIZER(_custom) \ argument 182 .custom = _custom, \
|
D | can_mcan.h | 1292 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument 1300 .custom = _custom, \ 1303 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument 1311 .custom = _custom, \ 1324 #define CAN_MCAN_DT_CONFIG_INST_GET(inst, _custom, _ops, _cbs) \ argument 1325 CAN_MCAN_DT_CONFIG_GET(DT_DRV_INST(inst), _custom, _ops, _cbs) 1331 #define CAN_MCAN_DATA_INITIALIZER(_custom) \ argument 1333 .custom = _custom, \
|