Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/devicetree/
Dreset.h121 #define DT_RESET_CELL_BY_IDX(node_id, idx, cell) \ argument
155 #define DT_RESET_CELL_BY_NAME(node_id, name, cell) \ argument
165 #define DT_RESET_CELL(node_id, cell) \ argument
214 #define DT_INST_RESET_CELL_BY_IDX(inst, idx, cell) \ argument
226 #define DT_INST_RESET_CELL_BY_NAME(inst, name, cell) \ argument
235 #define DT_INST_RESET_CELL(inst, cell) \ argument
Dclocks.h207 #define DT_CLOCKS_CELL_BY_IDX(node_id, idx, cell) \ argument
243 #define DT_CLOCKS_CELL_BY_NAME(node_id, name, cell) \ argument
253 #define DT_CLOCKS_CELL(node_id, cell) DT_CLOCKS_CELL_BY_IDX(node_id, 0, cell) argument
326 #define DT_INST_CLOCKS_CELL_BY_IDX(inst, idx, cell) \ argument
338 #define DT_INST_CLOCKS_CELL_BY_NAME(inst, name, cell) \ argument
347 #define DT_INST_CLOCKS_CELL(inst, cell) \ argument
Ddma.h165 #define DT_DMAS_CELL_BY_IDX(node_id, idx, cell) \ argument
176 #define DT_INST_DMAS_CELL_BY_IDX(inst, idx, cell) \ argument
220 #define DT_DMAS_CELL_BY_NAME(node_id, name, cell) \ argument
232 #define DT_INST_DMAS_CELL_BY_NAME(inst, name, cell) \ argument
Dpwms.h135 #define DT_PWMS_CELL_BY_IDX(node_id, idx, cell) \ argument
182 #define DT_PWMS_CELL_BY_NAME(node_id, name, cell) \ argument
192 #define DT_PWMS_CELL(node_id, cell) DT_PWMS_CELL_BY_IDX(node_id, 0, cell) argument
363 #define DT_INST_PWMS_CELL_BY_IDX(inst, idx, cell) \ argument
375 #define DT_INST_PWMS_CELL_BY_NAME(inst, name, cell) \ argument
384 #define DT_INST_PWMS_CELL(inst, cell) \ argument
/Zephyr-Core-3.7.0/include/zephyr/
Ddevicetree.h1407 #define DT_PHA_BY_IDX(node_id, pha, idx, cell) \ argument
1433 #define DT_PHA_BY_IDX_OR(node_id, pha, idx, cell, default_value) \ argument
1443 #define DT_PHA(node_id, pha, cell) DT_PHA_BY_IDX(node_id, pha, 0, cell) argument
1459 #define DT_PHA_OR(node_id, pha, cell, default_value) \ argument
1502 #define DT_PHA_BY_NAME(node_id, pha, name, cell) \ argument
1526 #define DT_PHA_BY_NAME_OR(node_id, pha, name, cell, default_value) \ argument
2434 #define DT_IRQ_HAS_CELL_AT_IDX(node_id, idx, cell) \ argument
2444 #define DT_IRQ_HAS_CELL(node_id, cell) DT_IRQ_HAS_CELL_AT_IDX(node_id, 0, cell) argument
2493 #define DT_IRQ_BY_IDX(node_id, idx, cell) \ argument
2511 #define DT_IRQ_BY_NAME(node_id, name, cell) \ argument
[all …]
/Zephyr-Core-3.7.0/soc/atmel/sam0/common/
Datmel_sam0_dt.h25 #define ATMEL_SAM0_DT_INST_DMA_CELL(n, name, cell) \ argument
/Zephyr-Core-3.7.0/include/zephyr/drivers/dma/
Ddma_esp32.h32 #define ESP32_DT_INST_DMA_CELL(n, name, cell) \ argument
/Zephyr-Core-3.7.0/include/zephyr/drivers/misc/ft8xx/
Dft8xx_dl.h216 #define FT8XX_VERTEX2II(x, y, handle, cell) (0x80000000 | \ argument
Dft8xx_reference_api.h416 #define VERTEX2II(x, y, handle, cell) FT8XX_VERTEX2II(x, y, handle, cell) argument
/Zephyr-Core-3.7.0/scripts/kconfig/
Dkconfigfunctions.py252 def _node_ph_array_prop(node, prop, index, cell, unit=None): argument
635 def dt_node_ph_array_prop(kconf, name, path, prop, index, cell, unit=None): argument
/Zephyr-Core-3.7.0/drivers/can/
Dcan_mcux_flexcan.c1361 #define FLEXCAN_IRQ_BY_IDX(node_id, prop, idx, cell) \ argument