Home
last modified time | relevance | path

Searched refs:read (Results 201 – 225 of 1064) sorted by relevance

12345678910>>...43

/Zephyr-latest/drivers/sensor/ist8310/
Dist8310.h42 ist8310_reg_read_fn read; member
/Zephyr-latest/drivers/sdhc/
DKconfig.sdhc_cdns22 SD host controllers require DMA preparation for read and write operation.
/Zephyr-latest/samples/subsys/modbus/rtu_server/
DREADME.rst48 for example to control relays or to read ADC values via USB connection without
105 To read LED0, LED1, LED2 state FC05 command (read_coils) can be used.
123 It is also possible to write and read the holding registers.
139 To read holding registers use FC03 command (read_holding_registers).
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst15 a means to hold the packet, write and read it, as well as necessary
27 each net_pkt is written and read from the beginning to the end, or
169 following sections: basic read/write access and data access, the
183 within each net_pkt. All read/write operations affect this
184 cursor. Note as well that read or write functions are strict on their
187 exact amount of data that must be read or written.
227 Logically, net_pkt's length is now 15. But if we try to read at this
228 point, it will fail because there is nothing to read at the cursor
230 to read what has been already written by resetting the cursor of the
239 and then let you read the actual 15 bytes present. The cursor is then
[all …]
/Zephyr-latest/doc/kernel/usermode/
Doverview.rst36 read-only area.
41 - A user thread will by default have read/write access to its own stack
51 - A user thread may have read/write access to the stacks of other user
59 - By default, program text and read-only data are accessible to all threads
60 on read-only basis, kernel-wide. This policy may be adjusted.
78 access to read or write, depending on the semantics of the API.
136 typically its stack, program text, read-only data, and any partitions
164 other means, and verify proper read/write access to any memory buffers
/Zephyr-latest/scripts/tracing/
Dtrace_capture_uart.py48 data = ser.read()
/Zephyr-latest/drivers/gpio/
DKconfig.ads114s0x17 GPIO controller driver with read/write support.
DKconfig.lmp90xxx18 GPIO controller driver with read/write support.
/Zephyr-latest/drivers/w1/
DCMakeLists.txt11 # drivers implementing link functions (read, write, reset)
/Zephyr-latest/samples/
Dindex.rst10 We welcome contributions of new samples to the project and you are encouraged to read more about
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/creds/
Dconvert_keys.py10 data = f.read()
/Zephyr-latest/drivers/eeprom/
Deeprom_fake.c53 .read = fake_eeprom_read,
Deeprom_tmp116.c57 .read = eeprom_tmp116_read,
/Zephyr-latest/samples/bluetooth/central_hr/
DREADME.rst5 Connect to a Bluetooth LE heart-rate monitor and read heart-rate measurements.
/Zephyr-latest/samples/bluetooth/central_ht/
DREADME.rst5 Connect to a Bluetooth LE health thermometer sensor and read temperature measurements.
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_transport.c82 return transport_fn[client->transport.type].read(client, data, buflen, in mqtt_transport_read()
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_portfolio.py41 resp = leshan.read(endpoint, '16')
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/
DKconfig55 Maximum length of a value to read, this will be the size of the
66 settings read or write attempt is made.
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.ascs57 int "Milliseconds of timeout when handle concurrent access to the long read ASE buffer"
62 an ASE read or dropping a notification if the ASE state is being accessed by another
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst22 Semihosting enables files on the host computer to be opened, read, and modified
46 /* Process read data */
/Zephyr-latest/samples/drivers/mspi/mspi_flash/boards/
Dapollo3p_evb.overlay45 read-command = <0xEB>;
66 read-command = <0x0B>;
/Zephyr-latest/drivers/counter/
Dcounter_nrfx_timer.c85 static uint32_t read(const struct device *dev) in read() function
99 *ticks = read(dev); in get_value()
162 now = read(dev); in set_cc()
192 diff = ticks_sub(val - 1, read(dev), top); in set_cc()
270 } else if (read(dev) >= cfg->ticks) { in set_top_value()
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst10 to read its status.
45 since the status value was last read.
80 A timer's status can be read directly at any time to determine how many times
81 the timer has expired since its status was last read.
83 The amount of time remaining before the timer expires can also be read;
86 A thread may read a timer's status indirectly by **synchronizing**
232 it can read the :ref:`system clock or the hardware clock <kernel_timing>`
/Zephyr-latest/drivers/sensor/st/stm32_digi_temp/
DKconfig13 is different from the STM32 analog temperature sensor, which is read
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388_spi.c81 .read = bmp388_reg_read_spi,

12345678910>>...43