Home
last modified time | relevance | path

Searched refs:single (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/Zephyr-latest/samples/boards/st/uart/single_wire/boards/
Dstm32f3_disco.overlay9 single-line-uart1 = &usart2;
10 single-line-uart2 = &uart4;
16 single-wire;
21 single-wire;
/Zephyr-latest/drivers/flash/
DKconfig.cadence_nand43 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/
DKconfig.vfp35 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/
Dlpcxpresso55s69_cpu0.overlay26 * 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/samples/boards/st/uart/single_wire/
DREADME.rst1 .. 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 UART
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay20 * 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
Dlpcxpresso55s69_lpc55s69_cpu0_ns.overlay20 * 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/samples/drivers/adc/adc_dt/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay26 * 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/
DREADME.rst4 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/
Dspsc_pbuf.rst9 is a single context that produces packets and a single context that consumes the
/Zephyr-latest/drivers/i3c/
DKconfig.stm3233 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/
Dgatt_client_test.c282 if (params->single.handle == chrc_handle) { in gatt_read_cb()
287 } else if (params->single.handle == long_chrc_handle) { in gatt_read_cb()
293 } else if (params->single.handle == enc_chrc_handle) { in gatt_read_cb()
298 } else if (params->single.handle == lesc_chrc_handle) { in gatt_read_cb()
331 read_params.single.handle = handle; in gatt_read()
332 read_params.single.offset = 0; in gatt_read()
/Zephyr-latest/subsys/bluetooth/audio/
Dvocs_client.c126 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 …]
DKconfig.ascs21 coupled to a single direction of a unicast Audio Stream.
29 coupled to a single direction of a unicast Audio Stream.
44 a single time.
Dgmap_client.c160 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/
Dgatt_client_test.c220 if (params->single.handle == chrc_handle) { in gatt_read_cb()
225 } else if (params->single.handle == chrc_handle) { in gatt_read_cb()
248 read_params.single.handle = chrc_handle; in gatt_read()
249 read_params.single.offset = 0; in gatt_read()
/Zephyr-latest/drivers/crypto/
DKconfig.xec11 Symmetric crypto provides a single hardware interface
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_client_test.c246 (params->single.handle != unauthorized_chrc_handle)) { in gatt_read_cb()
255 (params->single.handle == unauthorized_chrc_handle)) { in gatt_read_cb()
275 read_params.single.handle = handle; in gatt_read()
276 read_params.single.offset = 0; in gatt_read()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/
DKconfig3 # Only used as single point for log level configuration.
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/
DKconfig3 # Only used as single point for log level configuration.
/Zephyr-latest/drivers/sensor/ams/ens210/
DKconfig23 bool "Temperature measurements in single shot mode"
36 bool "Relative humidity measurements in single shot mode"
/Zephyr-latest/drivers/led/
DKconfig.ncp562314 - or three single-channel LEDs
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c462 lookup_inst_by_handle(params->single.handle); in read_feature_cb()
558 otc_inst->read_proc.single.handle = otc_inst->feature_handle; in bt_ots_client_read_feature()
559 otc_inst->read_proc.single.offset = 0U; in bt_ots_client_read_feature()
804 lookup_inst_by_handle(params->single.handle); in read_object_size_cb()
809 LOG_DBG("handle %d, length %u", params->single.handle, length); in read_object_size_cb()
868 lookup_inst_by_handle(params->single.handle); in read_obj_id_cb()
873 LOG_DBG("handle %d, length %u", params->single.handle, length); in read_obj_id_cb()
928 lookup_inst_by_handle(params->single.handle); in read_obj_name_cb()
930 LOG_DBG("handle %d, length %u", params->single.handle, length); in read_obj_name_cb()
965 lookup_inst_by_handle(params->single.handle); in read_obj_type_cb()
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.lorawan43 single message to be received, otherwise will support messages up to a single packet in
87 single uplink message. If disabled then uplinks that are too large will not be sent.
/Zephyr-latest/soc/snps/nsim/arc_classic/hs/
DKconfig.defconfig.hs6x_smp18 # SMP simulation is slower than single core, 1 Mhz seems reasonable match with wallclock

12345678910>>...23