Searched refs:UTIL_X2 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/mbox/ |
D | mbox_nrf_bellboard_rx.c | 26 DT_INST_PROP_HAS_IDX(0, nordic_interrupt_mapping, UTIL_INC(UTIL_X2(idx))), \ 27 ([EVT_MAPPING_ITEM(UTIL_INC(UTIL_X2(idx)))] = EVT_MAPPING_ITEM(UTIL_X2(idx)),), \
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_gpio_stm32wb0.c | 34 DT_PROP_BY_IDX(INTC_NODE, line_ranges, UTIL_X2(port)) 38 DT_PROP_BY_IDX(INTC_NODE, line_ranges, UTIL_INC(UTIL_X2(x)))
|
D | intc_exti_stm32.c | 206 DT_PROP_BY_IDX(node_id, line_ranges, UTIL_X2(idx)), \ 207 DT_PROP_BY_IDX(node_id, line_ranges, UTIL_INC(UTIL_X2(idx))) \
|
/Zephyr-latest/include/zephyr/sys/ |
D | util_macro.h | 441 #define UTIL_X2(y) UTIL_PRIMITIVE_CAT(Z_UTIL_X2_, y) macro
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_rzt2m.c | 436 #define VALUE_2X(i, _) UTIL_X2(i)
|
D | gpio_renesas_rz.c | 464 #define VALUE_2X(i, _) UTIL_X2(i)
|