Home
last modified time | relevance | path

Searched refs:configured (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/persistence/
Daccess.sh16 -- -argstest access-cfg=configured
20 -- -argstest access-cfg=configured
32 -- -argstest access-cfg=not-configured
39 -- -argstest access-cfg=configured
43 -- -argstest access-cfg=configured
55 -- -argstest access-cfg=not-configured
/Zephyr-latest/drivers/gpio/
DKconfig.it8xxx224 IT8XXX2 support 8 KSI pins and 18 KSO pins, all of them can be configured
26 KSI[7:0] and KSO[15:0] pins are configured to GPIO mode by
28 KSO[17:16] corresponds to GPC5 and GPC3 pin, so they can be configured to
Dgpio_bd8lb600fs.c33 uint32_t configured; member
91 WRITE_BIT(data->configured, pin, 1); in bd8lb600fs_gpio_pin_configure()
198 .configured = 0x00, \
/Zephyr-latest/boards/brcm/bcm958402m2/
Dbcm958402m2_bcm58402_m7.dts26 * configured by bootrom and it will not be re-configured.
/Zephyr-latest/boards/brcm/bcm958401m2/
Dbcm958401m2.dts25 * configured by bootrom and it will not be re-configured.
/Zephyr-latest/drivers/dac/
Ddac_dacx3608.c35 uint8_t configured; member
110 if (data->configured & BIT(channel_cfg->channel_id)) { in dacx3608_channel_setup()
123 data->configured |= BIT(channel_cfg->channel_id); in dacx3608_channel_setup()
149 if ((brdcast && !data->configured) || in dacx3608_write_value()
150 (channel < DACX3608_MAX_CHANNEL && !(data->configured & BIT(channel)))) { in dacx3608_write_value()
243 data->configured = 0; in dacx3608_init()
Ddac_mcux_dac.c24 bool configured; member
55 data->configured = true; in mcux_dac_channel_setup()
66 if (!data->configured) { in mcux_dac_write_value()
Ddac_mcux_lpdac.c24 bool configured; member
58 data->configured = true; in mcux_lpdac_channel_setup()
68 if (!data->configured) { in mcux_lpdac_write_value()
Ddac_mcux_dac32.c27 bool configured; member
62 data->configured = true; in mcux_dac32_channel_setup()
73 if (!data->configured) { in mcux_dac32_write_value()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst9 The Heartbeat feature is configured through the :ref:`bluetooth_mesh_models_cfg_srv` model.
36 publication can be configured to stop after a certain number of messages, or
48 A node can be configured to subscribe to Heartbeat messages from one node at
50 match the configured subscription parameters.
56 All Heartbeats received with the configured subscription parameters are passed
Dsrpl_cli.rst16 Configuration Server model using the application keys configured by the Configuration Client.
24 The Solicitation PDU RPL Configuration Client model behavior can be configured with the transmission
Dsrpl_srv.rst17 application key as configured by the Configuration Client.
26 :kconfig:option:`CONFIG_BT_MESH_PROXY_SRPL_SIZE` option can be configured to set the size of the
/Zephyr-latest/subsys/usb/device/
DCMakeLists.txt24 This value is only for testing and MUST be configured for USB products."
30 This value is only for testing and MUST be configured for USB products."
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst80 "config","discover","idle/codec-configured/qos-configured","codec-configured"
81 "qos","config","codec-configured/qos-configured","qos-configured"
82 "enable","qos","qos-configured","enabling"
83 "connect","qos/enable","qos-configured/enabling","qos-configured/enabling"
329 Use command :code:`gatt exchange-mtu` to make sure the MTU is configured
377 any stream previously configured.
500 "discover","idle/codec-configured/qos-configured","codec-configured"
531 "config","qos-configured/codec-configured","qos-configured"
540 The :code:`enable` command attempts to enable the stream previously configured.
546 "qos","qos-configured","enabling"
[all …]
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst19 By default, the main thread uses the highest configured preemptible thread
20 priority (i.e. 0). If the kernel is not configured to support preemptible
21 threads, the main thread uses the lowest configured cooperative thread
37 The idle thread always uses the lowest configured thread priority.
/Zephyr-latest/tests/drivers/can/host/
DREADME.rst20 The Zephyr end of the CAN fixture can be configured as follows:
29 The host end of the CAN fixture can be configured through python-can. Available configuration
33 configured as follows:
60 Next, python-can needs to be configured for the ``zcan0`` interface. One option is to use a
70 Once the virtual SocketCAN interface has been created, brought up, and configured the test suite can
101 Next, python-can needs to be configured for the ``can0`` interface. One option is to use a dedicated
112 Once the SocketCAN interface has been brought up and configured the test suite can be launched using
/Zephyr-latest/subsys/net/lib/wifi_credentials/
DKconfig47 This detemines how many different WiFi networks can be configured at a time.
84 string "SSID of statically configured WiFi network"
87 string "Password of statically configured Wi-Fi network"
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/sensorhub/
DREADME.rst10 configured in Sensor Hub mode (Mode 2).
14 devices are connected to LSM6DSL, the LSM6DSL driver is configured in sensorhub
29 stacked on a board with an Arduino connector. The shield must be configured in
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c44 static bool configured; variable
322 configured = false; in bluetooth_status_cb()
327 if (!configured) { in bluetooth_status_cb()
328 configured = true; in bluetooth_status_cb()
340 configured = false; in bluetooth_status_cb()
/Zephyr-latest/doc/hardware/peripherals/audio/
Ddai.rst10 It can be configured with bespoke data for vendor specific configuration.
/Zephyr-latest/tests/drivers/uart/uart_errors/
DREADME.txt3 certain bytes with parity enabled when receiver is configured without parity.
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/sensorhub/
DREADME.rst10 configured in Sensor Hub mode (Mode 2).
14 devices are connected to ISM330DHCX, the ISM330DHCX driver is configured in sensorhub
30 configured for the I2C Arduino connector (both for pin muxing
/Zephyr-latest/drivers/audio/
Ddmic_nrfx_pdm.c35 bool configured : 1; member
440 if (drv_data->configured) { in dmic_nrfx_pdm_configure()
442 drv_data->configured = false; in dmic_nrfx_pdm_configure()
474 if (drv_data->configured) { in dmic_nrfx_pdm_configure()
476 drv_data->configured = false; in dmic_nrfx_pdm_configure()
494 drv_data->configured = true; in dmic_nrfx_pdm_configure()
584 if (!drv_data->configured) { in dmic_nrfx_pdm_trigger()
610 if (!drv_data->configured) { in dmic_nrfx_pdm_read()
/Zephyr-latest/drivers/i2s/
DKconfig.sam_ssc30 If enabled RF signal is connected to RF pin. It will be configured as
41 If enabled RK signal is connected to RK pin. It will be configured as
/Zephyr-latest/soc/microchip/miv/polarfire/
DKconfig.defconfig8 # MPFS should be configured so that the mtimer clock is 1MHz independent of the CPU clock...

12345678910>>...32