/Zephyr-latest/samples/boards/st/uart/single_wire/boards/ |
D | stm32f3_disco.overlay | 9 single-line-uart1 = &usart2; 10 single-line-uart2 = &uart4; 16 single-wire; 21 single-wire;
|
D | nucleo_wba55cg.overlay | 11 single-wire; 18 single-wire; 33 single-line-uart1 = &usart2; 34 single-line-uart2 = &lpuart1;
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.cadence_nand | 43 int "Set the page count for a single transfer in the CDMA Mode" 46 Configure the page count for a single transfer in the CDMA Mode 49 int "Set the block count for a single transfer in the CDMA Mode" 52 Configure the block count for a single transfer in the CDMA Mode
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig.vfp | 35 that supports only single-precision operations with 16 double-word 46 that supports half- and single-precision operations with 16 58 that supports half- and single-precision operations (including fused 69 that supports single- and double-precision operations with 16 81 that supports half-, single- and double-precision operations with 16 94 that supports half-, single- and double-precision operations 108 that supports half-, single-, double-precision operations (including 122 that supports half-, single- and double-precision operations 136 that supports half-, single-, double-precision operations (including 155 single-precision operations. [all …]
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/boards/ |
D | lpcxpresso55s69_cpu0.overlay | 26 * LPADC0 CH4A is set up in single ended mode 28 * LPADC0 CH4B is set up in single ended mode 48 * Channel 1 is used in single ended mode, with 16 bit resolution 61 * Channel 2 is used in single ended mode, with 12 bit resolution
|
/Zephyr-latest/tests/drivers/adc/adc_api/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 20 * Channel 0 is used in single ended mode, with 12 bit resolution 34 * Channel 1 is used in single ended mode, with 16 bit resolution 48 * Channel 2 is used in single ended mode, with 12 bit resolution
|
D | lpcxpresso55s69_lpc55s69_cpu0_ns.overlay | 20 * Channel 0 is used in single ended mode, with 12 bit resolution 34 * Channel 1 is used in single ended mode, with 16 bit resolution 48 * Channel 2 is used in single ended mode, with 12 bit resolution
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/ |
D | Kconfig | 12 Test ISO interleaved packing. Note, this tests with single BIS to 14 still is valid when creating single BIS in a BIG.
|
/Zephyr-latest/samples/boards/st/uart/single_wire/ |
D | README.rst | 1 .. zephyr:code-sample:: uart-stm32-single-wire 5 Use single-wire/half-duplex UART functionality of STM32 devices. 10 A simple application demonstrating how to use the single-wire/half-duplex
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 26 * LPADC0 CH4A is set up in single ended mode 28 * LPADC0 CH4B is set up in single ended mode 49 * Channel 1 is used in single ended mode, with 16 bit resolution 63 * Channel 2 is used in single ended mode, with 12 bit resolution
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/ |
D | README.rst | 4 Play pong as single player or over Bluetooth between two micro:bit devices. 9 Play pong as single player or over Bluetooth between two micro:bit 14 button A to toggle between single- and multi-player, and press button B
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | spsc_pbuf.rst | 9 is a single context that produces packets and a single context that consumes the
|
/Zephyr-latest/doc/contribute/style/ |
D | devicetree.rst | 16 * Leave a single space on each side of the equal sign (``=``) in property 19 * Insert a single empty line to separate nodes at the same hierarchy level.
|
D | code.rst | 23 ``switch`` body, even for single-line code blocks. 25 * Use C89-style single line comments, ``/* */``. The C99-style single line
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig.stm32 | 33 during a single transfer. 2KB guarantees enough heap size for sending 256 34 messages on a single transfer.
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ |
D | gatt_client_test.c | 295 if (params->single.handle == chrc_handle) { in gatt_read_cb() 300 } else if (params->single.handle == long_chrc_handle) { in gatt_read_cb() 306 } else if (params->single.handle == enc_chrc_handle) { in gatt_read_cb() 312 } else if (params->single.handle == lesc_chrc_handle) { in gatt_read_cb() 346 read_params.single.handle = handle; in gatt_read() 347 read_params.single.offset = 0; in gatt_read()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | vocs_client.c | 126 struct bt_vocs_client *inst = lookup_vocs_by_handle(conn, params->single.handle); in vocs_client_read_offset_state_cb() 167 struct bt_vocs_client *inst = lookup_vocs_by_handle(conn, params->single.handle); in vocs_client_read_location_cb() 207 struct bt_vocs_client *inst = lookup_vocs_by_handle(conn, params->single.handle); in internal_read_volume_offset_state_cb() 282 inst->read_params.single.handle = inst->state_handle; in vocs_client_write_vocs_cp_cb() 308 struct bt_vocs_client *inst = lookup_vocs_by_handle(conn, params->single.handle); in vocs_client_read_output_desc_cb() 466 inst->read_params.single.handle = inst->state_handle; in bt_vocs_client_state_get() 467 inst->read_params.single.offset = 0U; in bt_vocs_client_state_get() 537 inst->read_params.single.handle = inst->location_handle; in bt_vocs_client_location_get() 538 inst->read_params.single.offset = 0U; in bt_vocs_client_location_get() 617 inst->read_params.single.handle = inst->desc_handle; in bt_vocs_client_description_get() [all …]
|
D | Kconfig.ascs | 22 coupled to a single direction of a unicast Audio Stream. 30 coupled to a single direction of a unicast Audio Stream. 45 a single time.
|
D | gmap_client.c | 160 gmap_cli->params.read.single.handle = handle; in gmap_read_bgr_feat() 161 gmap_cli->params.read.single.offset = 0u; in gmap_read_bgr_feat() 259 gmap_cli->params.read.single.handle = handle; in gmap_read_bgs_feat() 260 gmap_cli->params.read.single.offset = 0u; in gmap_read_bgs_feat() 360 gmap_cli->params.read.single.handle = handle; in gmap_read_ugt_feat() 361 gmap_cli->params.read.single.offset = 0u; in gmap_read_ugt_feat() 463 gmap_cli->params.read.single.handle = handle; in gmap_read_ugg_feat() 464 gmap_cli->params.read.single.offset = 0u; in gmap_read_ugg_feat() 567 gmap_cli->params.read.single.handle = handle; in gmap_read_role() 568 gmap_cli->params.read.single.offset = 0u; in gmap_read_role()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | gatt_client_test.c | 229 if (params->single.handle == chrc_handle) { in gatt_read_cb() 233 } else if (params->single.handle == chrc_handle) { in gatt_read_cb() 255 read_params.single.handle = chrc_handle; in gatt_read() 256 read_params.single.offset = 0; in gatt_read()
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig.xec | 11 Symmetric crypto provides a single hardware interface
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/ |
D | gatt_client_test.c | 256 (params->single.handle != unauthorized_chrc_handle)) { in gatt_read_cb() 265 (params->single.handle == unauthorized_chrc_handle)) { in gatt_read_cb() 285 read_params.single.handle = handle; in gatt_read() 286 read_params.single.offset = 0; in gatt_read()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/ |
D | Kconfig | 3 # Only used as single point for log level configuration.
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/ |
D | Kconfig | 3 # Only used as single point for log level configuration.
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.xsi_single_process | 6 bool "X/Open single process"
|