/Zephyr-latest/subsys/sensing/ |
D | sensing.c | 75 struct sensing_sensor_config *configs, in sensing_set_config() argument 81 if (handle == NULL || configs == NULL) { in sensing_set_config() 91 cfg = &configs[i]; in sensing_set_config() 115 struct sensing_sensor_config *configs, in sensing_get_config() argument 121 if (handle == NULL || configs == NULL) { in sensing_get_config() 131 cfg = &configs[i]; in sensing_get_config()
|
/Zephyr-latest/tests/drivers/gnss/gnss_api/src/ |
D | test_fix_rate.c | 36 static const struct test_config configs[] = { variable 82 for (uint32_t i = 0; i < ARRAY_SIZE(configs); i++) { in ZTEST() 83 if (!test_set_fix_rate(&configs[i])) { in ZTEST() 86 test_validate_fix_rate(&configs[i]); in ZTEST()
|
/Zephyr-latest/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-latest/samples/net/sockets/echo_client/src/ |
D | common.h | 64 struct configs { struct 79 extern struct configs conf; argument
|
/Zephyr-latest/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-latest/samples/tfm_integration/psa_crypto/ |
D | CMakeLists.txt | 24 -DPROJECT_CONFIG_HEADER_FILE=${CMAKE_CURRENT_SOURCE_DIR}/src/configs/config_tfm.h 27 zephyr_include_directories(${APPLICATION_SOURCE_DIR}/src/configs)
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | common.h | 61 struct configs { struct 66 extern struct configs conf; argument
|
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing.h | 262 struct sensing_sensor_config *configs, int count); 274 struct sensing_sensor_config *configs, int count);
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_config.c | 257 sys_slist_t *configs; in usbd_add_configuration() local 286 configs = usbd_configs(uds_ctx, speed); in usbd_add_configuration() 312 if (sys_slist_find_and_remove(configs, &cfg_nd->node)) { in usbd_add_configuration() 332 sys_slist_append(configs, &cfg_nd->node); in usbd_add_configuration()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_chmu/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_terminate/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_min_used_chans/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_periodic_sync/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_sca_update/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_terminate/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_buffer_alloc/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/ |
D | Kconfig | 5 # the following configs been set
|