Searched refs:node (Results 1 – 11 of 11) sorted by relevance
| /modules/fatfs/ |
| A D | zephyr_fatfs_config.h | 109 #define _FF_DISK_NAME(node) DT_PROP(node, disk_name), argument
|
| /modules/openthread/include/ |
| A D | openthread.h | 57 sys_snode_t node; member
|
| /modules/lvgl/include/ |
| A D | lvgl_zephyr.h | 14 #error Could not find "zephyr,display" chosen property, or "zephyr,displays" compatible node in DT
|
| /modules/hal_nordic/nrfs/backends/ |
| A D | nrfs_backend_ipc_service.h | 92 sys_snode_t node; member
|
| A D | nrfs_backend_ipc_service.c | 111 SYS_SLIST_FOR_EACH_CONTAINER(&nrfs_backend_info_cb_slist, subs, node) { in ipc_sysctrl_ept_bound() 273 sys_slist_append(&nrfs_backend_info_cb_slist, &subs->node); in nrfs_backend_register_bound_subscribe()
|
| /modules/openthread/ |
| A D | openthread.c | 231 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&openthread_state_change_cbs, entry, next, node) { in ot_state_changed_handler() 261 sys_slist_append(&openthread_state_change_cbs, &cb->node); in openthread_state_changed_callback_register() 276 removed = sys_slist_find_and_remove(&openthread_state_change_cbs, &cb->node); in openthread_state_changed_callback_unregister()
|
| /modules/loramac-node/ |
| A D | CMakeLists.txt | 3 set(ZEPHYR_CURRENT_LIBRARY loramac-node)
|
| /modules/hal_nordic/nrfx/ |
| A D | nrfx_kconfig.h | 508 #define NRFX_SPIM_DT_HAS_RX_DELAY(node) DT_PROP(node, rx_delay_supported) + argument
|
| /modules/ |
| A D | Kconfig | 101 comment "loramac-node module not available."
|
| A D | Kconfig.mcuboot | 351 Note that the zephyr chosen node ``zephyr,code-partition`` should be set to
|
| /modules/lvgl/ |
| A D | lvgl.c | 37 #error Could not find "zephyr,display" chosen property, or a "zephyr,displays" compatible node in DT
|
Completed in 26 milliseconds