Searched refs:_r (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/drivers/i2c/ |
D | rtio.h | 40 RTIO_DEFINE(CONCAT(_name, _r), _sq_sz, _cq_sz); \ 42 .r = &CONCAT(_name, _r), \
|
/Zephyr-Core-3.7.0/samples/drivers/led_strip/src/ |
D | main.c | 32 #define RGB(_r, _g, _b) { .r = (_r), .g = (_g), .b = (_b) } argument
|
/Zephyr-Core-3.7.0/drivers/dma/ |
D | dma_iproc_pax.h | 366 #define RM_RING_REG(_pd, _r, _write_ptr) \ argument 367 ((_pd)->ring[_r].ring_base + (_write_ptr))
|