Home
last modified time | relevance | path

Searched refs:configs (Results 1 – 25 of 69) sorted by relevance

123

/Zephyr-latest/subsys/sensing/
Dsensing.c75 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/
Dtest_fix_rate.c36 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/
DCMakeLists.txt3 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/
Dcommon.h64 struct configs { struct
79 extern struct configs conf; argument
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py176 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/
DCMakeLists.txt24 -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/
Dcommon.h61 struct configs { struct
66 extern struct configs conf; argument
/Zephyr-latest/include/zephyr/sensing/
Dsensing.h262 struct sensing_sensor_config *configs, int count);
274 struct sensing_sensor_config *configs, int count);
/Zephyr-latest/subsys/usb/device_next/
Dusbd_config.c257 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/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_terminate/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_min_used_chans/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_periodic_sync/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_sca_update/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_terminate/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_buffer_alloc/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/
DKconfig5 # the following configs been set
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/
DKconfig5 # the following configs been set

123