Searched refs:_cbs (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/services/nus/ |
D | inst.h | 52 sys_slist_t _name##_cbs = SYS_SLIST_STATIC_INIT(&_name##_cbs); \ 56 .cbs = &_name##_cbs, \
|
/Zephyr-latest/include/zephyr/drivers/can/ |
D | can_mcan.h | 1292 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument 1296 .callbacks = _cbs, \ 1303 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument 1307 .callbacks = _cbs, \ 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)
|