Searched refs:configure (Results 251 – 275 of 782) sorted by relevance
1...<<11121314151617181920>>...32
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/ |
D | Kconfig | 4 # of MCUmgr subsystem and provides Kconfig options to configure
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/ |
D | Kconfig | 5 # of MCUmgr client subsystem and provides Kconfig options to configure
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | device_tree.rst | 8 then be used in a boards devicetree to configure a sensor to its initial state.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-shell.rst | 70 You can configure the logging level per module at runtime. This depends on the maximum logging level 71 that is compiled in. To configure, use the :code:`log` command. Here are some examples:
|
/Zephyr-latest/drivers/w1/ |
D | w1_ds2485.c | 100 .configure = ds2477_85_configure,
|
D | w1_handlers.c | 83 K_OOPS(K_SYSCALL_DRIVER_W1(dev, configure)); in z_vrfy_w1_configure()
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/ |
D | Kconfig | 21 This define lifetime for SMP client send request. This configure is used if a request
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_handlers.c | 19 if (K_SYSCALL_DRIVER_I2S(dev, configure)) { in z_vrfy_i2s_configure()
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/ |
D | wb_i2c1_hsi_lptim1_lse.overlay | 86 /* Basic test only. Don't configure domain clock. */
|
D | wb_i2c1_sysclk_lptim1_lsi.overlay | 80 /* Basic test only. Don't configure domain clock. */
|
D | l4_i2c1_hsi_lptim1_lse.overlay | 88 /* Basic test only. Don't configure domain clock. */
|
D | l4_i2c1_sysclk_lptim1_lsi.overlay | 88 /* Basic test only. Don't configure domain clock. */
|
D | wl_i2c1_sysclk_lptim1_lsi.overlay | 85 /* Basic test only. Don't configure domain clock. */
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_ambiq.c | 126 .configure = ambiq_clock_configure,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 36 qos : Send QoS configure for Unicast Group 86 "[stop]","disable","disabling","qos-configure/idle" 87 "release","config","any","releasing/codec-configure/idle" 303 able to configure stream and properly manage capabilities in use. 435 The :code:`bap preset` command can also be used to configure the preset used for the subsequent 492 The :code:`config` command attempts to configure a stream for the given 523 The :code:`qos` command attempts to configure the stream QoS using the preset 612 "disable","disabling","qos-configure/idle" 627 "config","any","releasing/codec-configure/idle"
|
/Zephyr-latest/cmake/ |
D | package_helper.cmake | 9 # build tool that is executed during CMake configure time without creating a 15 # This script executes the given module identical to Zephyr CMake configure time.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | w1.h | 108 w1_configure_t configure; member 335 return api->configure(dev, type, value); in z_impl_w1_configure()
|
/Zephyr-latest/soc/nxp/mcx/mcxc/ |
D | Kconfig | 46 need to configure the watchdog using z_arm_watchdog_init, as
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_userspace.rst | 18 infrastructure to configure the MPU regions properly for the thread stack and
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 6 # of MCUmgr subsystem and provides Kconfig options to configure
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | priv_beacon_cli.rst | 22 other nodes or self-configure through the local Private Beacon Server model.
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_sbcon.c | 117 .configure = i2c_sbcon_configure,
|
D | i2c_b91.c | 151 .configure = i2c_b91_configure,
|
/Zephyr-latest/doc/templates/ |
D | sample.tmpl | 26 sample in the source tree and how to configure it and run it for a specific
|
/Zephyr-latest/doc/services/profiling/ |
D | perf.rst | 25 You can configure this module using the following options:
|
1...<<11121314151617181920>>...32