Home
last modified time | relevance | path

Searched full:configs (Results 1 – 25 of 140) sorted by relevance

123456

/Zephyr-latest/samples/boards/nordic/clock_control/
Dsample.yaml15 - CONF_FILE="configs/fll16m.conf"
16 - DTC_OVERLAY_FILE="configs/fll16m.overlay"
20 - CONF_FILE="configs/lfclk.conf"
21 - DTC_OVERLAY_FILE="configs/lfclk.overlay"
25 - CONF_FILE="configs/uart135.conf"
26 - DTC_OVERLAY_FILE="configs/uart135.overlay"
30 - CONF_FILE="configs/cpuapp_hsfll.conf"
31 - DTC_OVERLAY_FILE="configs/cpuapp_hsfll.overlay"
35 - CONF_FILE="configs/global_hsfll.conf"
36 - DTC_OVERLAY_FILE="configs/global_hsfll.overlay"
[all …]
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/
Dprj.conf3 #USB related configs
8 #LOG subsystem related configs
16 #USB audio related configs
/Zephyr-latest/samples/subsys/usb/audio/headset/
Dprj.conf3 #USB related configs
8 #LOG subsystem related configs
16 #USB audio related configs
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
Dprj.conf3 #USB related configs
9 #LOG subsystem related configs
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
Dprj.conf3 #USB related configs
9 #LOG subsystem related configs
/Zephyr-latest/tests/bluetooth/shell/boards/
Dnrf5340_audio_dk_nrf5340_cpuapp.conf1 # For LC3 the following configs are needed
5 # For USB audio the following configs are needed
Dnrf5340dk_nrf5340_cpuapp.conf1 # For LC3 the following configs are needed
5 # For USB audio the following configs are needed
/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/tests/bsim/bluetooth/host/iso/frag_2/
Dprj.conf22 # Controller ISO configs
27 # Controller Extended Advertising configs
/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/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/include/zephyr/sensing/
Dsensing.h256 * @param configs The configs to be set according to config attribute.
257 * @param count count of configs.
262 struct sensing_sensor_config *configs, int count);
268 * @param configs The configs to be get according to config attribute.
269 * @param count count of configs.
274 struct sensing_sensor_config *configs, int count);
/Zephyr-latest/samples/bluetooth/bap_unicast_client/boards/
Dnrf52_bsim.conf1 # For LC3 the following configs are needed
Dnrf5340bsim_nrf5340_cpuapp.conf1 # For LC3 the following configs are needed
Dnrf5340bsim_nrf5340_cpunet.conf4 # For LC3 the following configs are needed
/Zephyr-latest/samples/bluetooth/bap_unicast_server/boards/
Dnrf52_bsim.conf1 # For LC3 the following configs are needed
Dnrf5340bsim_nrf5340_cpunet.conf1 # For LC3 the following configs are needed
Dnrf5340_audio_dk_nrf5340_cpuapp.conf1 # For LC3 the following configs are needed
Dnrf5340bsim_nrf5340_cpuapp.conf1 # For LC3 the following configs are needed
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/boards/
Dnrf52_bsim.conf3 # For LC3 the following configs are needed
Dnrf5340bsim_nrf5340_cpunet.conf3 # For LC3 the following configs are needed
/Zephyr-latest/samples/subsys/usb/testusb/
Dprj.conf3 #USB related configs
/Zephyr-latest/samples/subsys/usb/mass/
Dprj.conf3 #USB related configs
/Zephyr-latest/samples/subsys/mgmt/updatehub/
Doverlay-dtls.conf12 # End tls configs

123456