/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/src/ |
D | smp_udp.c | 66 struct configs { struct 81 static struct configs configs = { argument 121 ret = sendto(configs.ipv4.sock, nb->data, nb->len, 0, addr, sizeof(*addr)); in smp_udp4_tx() 141 ret = sendto(configs.ipv6.sock, nb->data, nb->len, 0, addr, sizeof(*addr)); in smp_udp6_tx() 288 if (IS_THREAD_RUNNING(configs.ipv4.thread)) { in smp_udp_net_event_handler() 289 k_sem_give(&configs.ipv4.network_ready_sem); in smp_udp_net_event_handler() 294 if (IS_THREAD_RUNNING(configs.ipv6.thread)) { in smp_udp_net_event_handler() 295 k_sem_give(&configs.ipv6.network_ready_sem); in smp_udp_net_event_handler() 319 if (!IS_THREAD_RUNNING(configs.ipv4.thread)) { in smp_udp_open() 320 (void)k_sem_reset(&configs.ipv4.network_ready_sem); in smp_udp_open() [all …]
|
/Zephyr-Core-3.5.0/subsys/sensing/ |
D | sensing.c | 71 struct sensing_sensor_config *configs, in sensing_set_config() argument 83 cfg = &configs[i]; in sensing_set_config() 107 struct sensing_sensor_config *configs, in sensing_get_config() argument 119 cfg = &configs[i]; in sensing_get_config()
|
/Zephyr-Core-3.5.0/misc/generated/ |
D | CMakeLists.txt | 3 set(CONFIGS_C ${CMAKE_CURRENT_BINARY_DIR}/misc/generated/configs.c) 17 configure_file(${CMAKE_CURRENT_LIST_DIR}/configs.c.in ${CONFIGS_C})
|
/Zephyr-Core-3.5.0/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 176 configs: List[DeviceConfiguration], input_file: Path, header: str 205 for config in configs: 383 configs: List[DeviceConfiguration] = [] 402 configs.append(config) 421 configs.pop() 443 if configs: 448 return configs 654 configs = adjust_content(content, board_name) 656 if configs: 660 gen_pinctrl(configs, input_file, header)
|
/Zephyr-Core-3.5.0/samples/net/sockets/echo_client/src/ |
D | common.h | 59 struct configs { struct 74 extern struct configs conf; argument
|
/Zephyr-Core-3.5.0/samples/net/sockets/echo_server/src/ |
D | common.h | 61 struct configs { struct 66 extern struct configs conf; argument
|
/Zephyr-Core-3.5.0/include/zephyr/sensing/ |
D | sensing.h | 243 struct sensing_sensor_config *configs, int count); 258 struct sensing_sensor_config *configs, int count);
|
/Zephyr-Core-3.5.0/subsys/usb/device_next/ |
D | usbd_config.c | 24 SYS_SLIST_FOR_EACH_CONTAINER(&uds_ctx->configs, cfg_nd, node) { in usbd_config_get() 256 if (sys_slist_find_and_remove(&uds_ctx->configs, &cfg_nd->node)) { in usbd_add_configuration() 264 sys_slist_append(&uds_ctx->configs, &cfg_nd->node); in usbd_add_configuration()
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_cis_create/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_min_used_chans/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_phy_update/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_sca_update/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_terminate/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_tx_buffer_alloc/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_version/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_api/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_cis_terminate/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_conn_update/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_feature_exchange/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_chmu/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_collision/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_data_length_update/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_encrypt/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_hci/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_invalid/ |
D | Kconfig | 5 # the following configs been set
|