Searched refs:lbl (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/soc/nordic/ |
D | validate_base_addresses.c | 99 #define CHECK_DT_REG(lbl, mdk_addr) \ argument 101 UTIL_OR(UTIL_NOT(DT_REG_HAS_IDX(DT_NODELABEL(lbl), 0)), \ 102 (DT_REG_ADDR(DT_NODELABEL(lbl)) == (uint32_t)(mdk_addr)))) 114 #define NODE_ADDRESS(lbl, compat, addr_if_match, addr_if_no_match) \ argument 115 COND_CODE_1(DT_NODE_HAS_COMPAT(DT_NODELABEL(lbl), compat), \ 118 #define CHECK_SPI_REG(lbl, num) \ argument 119 CHECK_DT_REG(lbl, \ 120 NODE_ADDRESS(lbl, nordic_nrf_spi, NRF_SPI##num, \ 121 NODE_ADDRESS(lbl, nordic_nrf_spim, NRF_SPIM##num, \ 124 #define CHECK_I2C_REG(lbl, num) \ argument [all …]
|
/Zephyr-latest/include/zephyr/arch/arc/asm-compat/ |
D | asm-macro-32-bit-mwdt.h | 83 .macro BRR, d, s, lbl 84 br\&$suffix d, s, lbl 87 .macro BREQR, d, s, lbl 88 breq d, s, lbl
|
D | asm-macro-64-bit-mwdt.h | 83 .macro BRR, d, s, lbl 84 br\&$suffix\l d, s, lbl 87 .macro BREQR, d, s, lbl 88 breql d, s, lbl
|
D | asm-macro-32-bit-gnu.h | 90 .macro BRR\cc d, s, lbl 91 br\cc \d, \s, \lbl 95 .macro BREQR d, s, lbl 96 breq \d, \s, \lbl
|
D | asm-macro-64-bit-gnu.h | 102 .macro BRR\cc d, s, lbl 103 br\cc\()l \d, \s, \lbl 107 .macro BREQR d, s, lbl 108 breql \d, \s, \lbl
|
/Zephyr-latest/scripts/ |
D | dump_bugs_pickle.py | 26 for lbl in issue.labels: 27 if lbl.name == label:
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 938 labels to retrieve devices instead. Node labels look like the ``lbl`` token 943 lbl: foo { 954 const struct device *my_dev = DEVICE_DT_GET(DT_NODELABEL(lbl));
|