Home
last modified time | relevance | path

Searched defs:pha (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/display/
Ddisplay_nrf_led_matrix.c57 #define CHECK_PIXEL(node_id, pha, idx) \ argument
528 #define GET_PIN_INFO(node_id, pha, idx) \ argument
535 #define FILL_ROW_WITH_FF(node_id, pha, idx) LISTIFY(COL_COUNT, ADD_FF, (,)), argument
536 #define GET_PIXEL_ORDINAL(node_id, pha, idx) \ argument
/Zephyr-latest/include/zephyr/
Ddevicetree.h1554 #define DT_PHA_BY_IDX(node_id, pha, idx, cell) \ argument
1580 #define DT_PHA_BY_IDX_OR(node_id, pha, idx, cell, default_value) \ argument
1590 #define DT_PHA(node_id, pha, cell) DT_PHA_BY_IDX(node_id, pha, 0, cell) argument
1606 #define DT_PHA_OR(node_id, pha, cell, default_value) \ argument
1649 #define DT_PHA_BY_NAME(node_id, pha, name, cell) \ argument
1673 #define DT_PHA_BY_NAME_OR(node_id, pha, name, cell, default_value) \ argument
1723 #define DT_PHANDLE_BY_NAME(node_id, pha, name) \ argument
3764 #define DT_PHA_HAS_CELL_AT_IDX(node_id, pha, idx, cell) \ argument
3777 #define DT_PHA_HAS_CELL(node_id, pha, cell) \ argument
4306 #define DT_INST_PHA_BY_IDX(inst, pha, idx, cell) \ argument
[all …]