Home
last modified time | relevance | path

Searched refs:read (Results 51 – 75 of 1064) sorted by relevance

12345678910>>...43

/Zephyr-latest/subsys/bluetooth/audio/
Daudio_internal.h22 ssize_t (*read)(struct bt_conn *conn, const struct bt_gatt_attr *attr, member
44 .read = _read, \
Dhas_client.c462 struct bt_has_client *inst = CONTAINER_OF(params, struct bt_has_client, params.read); in active_index_read_cb()
495 (void)memset(&inst->params.read, 0, sizeof(inst->params.read)); in active_index_read()
499 inst->params.read.func = active_index_read_cb; in active_index_read()
500 inst->params.read.handle_count = 0u; in active_index_read()
501 inst->params.read.by_uuid.uuid = &inst->params.uuid.uuid; in active_index_read()
502 inst->params.read.by_uuid.start_handle = BT_ATT_FIRST_ATTRIBUTE_HANDLE; in active_index_read()
503 inst->params.read.by_uuid.end_handle = BT_ATT_LAST_ATTRIBUTE_HANDLE; in active_index_read()
505 return bt_gatt_read(inst->conn, &inst->params.read); in active_index_read()
626 struct bt_has_client *inst = CONTAINER_OF(params, struct bt_has_client, params.read); in features_read_cb()
665 (void)memset(&inst->params.read, 0, sizeof(inst->params.read)); in features_read()
[all …]
/Zephyr-latest/boards/arduino/uno_r4/
Darduino_uno_r4_common.dtsi47 read-only;
53 read-only;
/Zephyr-latest/drivers/sensor/nxp/p3t1755/
Dp3t1755.c68 int status = config->ops.read(dev, P3T1755_TEMPERATURE_REG, raw_temp, 2); in p3t1755_sample_fetch()
142 config->ops.read(dev, P3T1755_CONFIG_REG, &data->config_reg, 1); in p3t1755_init()
166 .read = p3t1755_i2c_read_reg, \
177 .read = p3t1755_i3c_read_reg, \
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Dnxp_enet_qos_priv.h58 struct nxp_enet_qos_tx_read_desc read; member
80 struct nxp_enet_qos_rx_read_desc read; member
Deth_nxp_enet_qos_mac.c98 tx_desc_ptr->read.control2 |= FIRST_TX_DESCRIPTOR_FLAG; in eth_nxp_enet_qos_tx()
102 tx_desc_ptr->read.buf1_addr = (uint32_t)fragment->data; in eth_nxp_enet_qos_tx()
103 tx_desc_ptr->read.control1 = FIELD_PREP(0x3FFF, fragment->len); in eth_nxp_enet_qos_tx()
104 tx_desc_ptr->read.control2 |= FIELD_PREP(0x7FFF, total_bytes); in eth_nxp_enet_qos_tx()
110 last_desc_ptr->read.control2 |= LAST_TX_DESCRIPTOR_FLAG; in eth_nxp_enet_qos_tx()
111 last_desc_ptr->read.control1 |= TX_INTERRUPT_ON_COMPLETE_FLAG; in eth_nxp_enet_qos_tx()
117 data->tx.descriptors[i].read.control2 |= OWN_FLAG; in eth_nxp_enet_qos_tx()
231 desc->read.buf1_addr = (uint32_t)new_buf->data; in eth_nxp_enet_qos_rx()
232 desc->read.control |= rx_desc_refresh_flags; in eth_nxp_enet_qos_rx()
455 rx->descriptors[i].read.buf1_addr = (uint32_t)buf->data; in enet_qos_rx_desc_init()
[all …]
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_psram.overlay26 read-cs-idle-min-ns = <18>;
33 read-cmd = <0xEB>;
/Zephyr-latest/tests/drivers/mspi/flash/boards/
Dnative_sim.overlay29 read-command = <0x0B>;
47 read-command = <0x20>;
/Zephyr-latest/tests/drivers/disk/disk_performance/
DREADME.txt11 * Sequential read test: This test performs sequential reads, first only over one
14 * Random read test: This test performs random reads across the disk, each one
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst6 The sensor driver API provides functionality to uniformly read, configure,
32 but rapidly stabilizing API :ref:`sensor-read-and-decode`. It's expected that
34 :ref:`sensor-read-and-decode`. Triggers are handled entirely differently for
35 :ref:`sensor-fetch-and-get` or :ref:`sensor-read-and-decode` and the
57 the sensor APIs are used. Please read through :ref:`sensor-using` first!
88 is of type :c:enum:`RTIO_SQE_RX` (read request).
/Zephyr-latest/scripts/coccinelle/
Dreserved_names.cocci49 symbols = fp.read().splitlines()
68 symbols = fp.read().splitlines()
90 symbols = fp.read().splitlines()
/Zephyr-latest/include/zephyr/drivers/
Dmdio.h44 int (*read)(const struct device *dev, uint8_t prtad, uint8_t regad, member
124 if (api->read == NULL) { in z_impl_mdio_read()
128 return api->read(dev, prtad, regad, data); in z_impl_mdio_read()
Dps2.h57 ps2_read_t read; member
122 return api->read(dev, value); in z_impl_ps2_read()
Dsyscon.h63 syscon_api_read_reg read; member
111 return api->read(dev, reg, val); in z_impl_syscon_read_reg()
/Zephyr-latest/subsys/shell/backends/
Dshell_rtt.c170 static int read(const struct shell_transport *transport, in read() function
183 .read = read
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c282 int read; in read_payload() local
314 read = cmac_mbox_read(net_buf_tail(rx.buf), rx.remaining); in read_payload()
315 if (unlikely(read < 0)) { in read_payload()
316 LOG_ERR("Failed to read mailbox (err %d)", read); in read_payload()
320 net_buf_add(rx.buf, read); in read_payload()
321 rx.remaining -= read; in read_payload()
323 LOG_DBG("got %d bytes, remaining %u", read, rx.remaining); in read_payload()
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dcyw920829m2evk_02.overlay8 read-size = <16>;
Dstm32f746g_disco.overlay12 read-size = <32>;
/Zephyr-latest/tests/subsys/logging/log_backend_fs/boards/
Dcyw920829m2evk_02.overlay8 read-size = <16>;
/Zephyr-latest/drivers/adc/
DKconfig.ads114s0x40 int "Timeout for wait for completion of a read in ms"
44 This is the wait time in ms until a read is completed.
/Zephyr-latest/samples/drivers/smbus/
DREADME.rst49 byte_read :SMBus: byte read command
53 byte_data_read :SMBus: byte data read command
57 word_data_read :SMBus: word data read command
/Zephyr-latest/samples/subsys/pm/device_pm/src/
Ddummy_driver.h21 dummy_api_read_t read; member
/Zephyr-latest/doc/_scripts/
Dgen_helpers.py22 if s == f.read():
/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst110 For more information read the ``help`` sections of these Kconfig symbols.
118 It's also possible to read and parse binary descriptors from an application.
119 This can be useful both for an image trying to read its own descriptors, and for
120 an image trying to read another image's descriptors. Reading can be performed through
124 can be read from the buffer they reside in.
126 #. Memory mapped flash - If the flash where the image to be read resides in flash and is
127 accessible through the program's address space, it can be read directly from flash.
129 and is not recommended to read a bootloader's descriptors for security concerns.
131 #. Flash - Using an internal buffer, the descriptors are read one by one using the flash API,
138 To read the descriptors, a handle to the descriptors should first be initialized:
/Zephyr-latest/drivers/serial/
Duart_sy1xx.c49 uint8_t read[DEVICE_MAX_BUFFER_SIZE]; member
136 request->data[i] = data->read[i]; in sy1xx_uart_read()
146 SY1XX_UDMA_START_RX(config->base, (int32_t)data->read, DEVICE_MAX_BUFFER_SIZE, 0); in sy1xx_uart_read()
255 data->read[i] = 0xb4; in sy1xx_uart_init()

12345678910>>...43