Home
last modified time | relevance | path

Searched refs:lbl (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/
Dvalidate_base_addresses.c86 #define CHECK_DT_REG(lbl, mdk_addr) \ argument
88 UTIL_OR(UTIL_NOT(DT_NODE_EXISTS(DT_NODELABEL(lbl))), \
89 (DT_REG_ADDR(DT_NODELABEL(lbl)) == (uint32_t)(mdk_addr))))
101 #define NODE_ADDRESS(lbl, compat, addr_if_match, addr_if_no_match) \ argument
102 COND_CODE_1(DT_NODE_HAS_COMPAT(DT_NODELABEL(lbl), compat), \
105 #define CHECK_SPI_REG(lbl, num) \ argument
106 CHECK_DT_REG(lbl, \
107 NODE_ADDRESS(lbl, nordic_nrf_spi, NRF_SPI##num, \
108 NODE_ADDRESS(lbl, nordic_nrf_spim, NRF_SPIM##num, \
111 #define CHECK_I2C_REG(lbl, num) \ argument
[all …]
/Zephyr-Core-3.5.0/include/zephyr/arch/arc/asm-compat/
Dasm-macro-32-bit-mwdt.h83 .macro BRR, d, s, lbl
84 br\&$suffix d, s, lbl
87 .macro BREQR, d, s, lbl
88 breq d, s, lbl
Dasm-macro-64-bit-mwdt.h83 .macro BRR, d, s, lbl
84 br\&$suffix\l d, s, lbl
87 .macro BREQR, d, s, lbl
88 breql d, s, lbl
Dasm-macro-32-bit-gnu.h90 .macro BRR\cc d, s, lbl
91 br\cc \d, \s, \lbl
95 .macro BREQR d, s, lbl
96 breq \d, \s, \lbl
Dasm-macro-64-bit-gnu.h102 .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-Core-3.5.0/scripts/
Ddump_bugs_pickle.py26 for lbl in issue.labels:
27 if lbl.name == label:
/Zephyr-Core-3.5.0/include/zephyr/storage/
Dflash_map.h277 #define FLASH_AREA_LABEL_STR(lbl) __DEPRECATED_MACRO \ argument
278 DT_PROP(DT_NODE_BY_FIXED_PARTITION_LABEL(lbl), label)
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.2.rst938 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));