Searched refs:read (Results 951 – 975 of 1064) sorted by relevance
1...<<31323334353637383940>>...43
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 886 data = fp.read() 1403 runners_content_text = file.read() 1437 data = file.read()
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 270 configuration values, and allows you to read, write, and delete configuration 713 information which can be read from the manifest file. It still fails if the 729 do_run() call. If read, it returns the Manifest object or
|
D | config.rst | 82 To read ``zephyr.base``, the value which will be used as ``ZEPHYR_BASE`` if it
|
D | west-apis.rst | 299 being read.
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 2094 #undef read 2095 #define read(fd, buf, len) zsock_recv(fd, buf, len, 0) macro 2182 int act = read(fd[i], bytes, ARRAY_SIZE(bytes)); in test_ioctl_fionread_common()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.13.rst | 109 * sensor: lis2dh: Fix I2C burst read/write operations 361 * :github:`9470` - LWM2M: TLV encoding of read result is wrong 458 * :github:`8829` - BLE "device name" characteristic of Generic Access Service is read only 643 * :github:`6514` - samples/drivers/i2c_fujitsu_fram: Data comparison on data written and data read …
|
D | release-notes-2.1.rst | 140 * Added API to read the bus-state and error counters 479 * :github:`20967` - [Coverity CID :206017] Out-of-bounds read in drivers/ipm/ipm\_nrfx\_ipc.c 484 * :github:`20962` - [Coverity CID :206022] Out-of-bounds read in drivers/ipm/ipm\_nrfx\_ipc.c 843 * :github:`17625` - driver: gpio: PCAL9535A: can't write to register (read is possible)
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 596 descriptors. Any thread running on the system may read/write a socket 668 Possible read out of bounds in dns read 1045 Usb bluetooth device ACL read cb buffer overflow 1759 zephyr: out-of-bound read in utf8_trunc
|
D | sensor-threat.rst | 84 These secrets must be protected from read, and the smallest amount 176 client secrets. This area is written and read by a subset of the
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap.c | 483 static int read(uint8_t *data, uint16_t offset, uint16_t *pos, in read() function 622 r = read(data, *pos, pos, max_len, len, &option->value[0]); in parse_option()
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_mcux_flexcomm.c | 857 .read = i2s_mcux_read,
|
D | i2s_sam_ssc.c | 996 .read = i2s_sam_read,
|
D | i2s_esp32.c | 894 .read = i2s_esp32_read,
|
D | i2s_ll_stm32.c | 488 .read = i2s_stm32_read,
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | walker.py | 374 content = yaml.load(file.read(), yaml.SafeLoader)
|
/Zephyr-latest/boards/st/nucleo_h563zi/doc/ |
D | index.rst | 93 - Up to 2 MB Flash, 2 banks read-while-write
|
/Zephyr-latest/boards/st/stm32h573i_dk/doc/ |
D | index.rst | 103 - Up to 2 MB Flash, 2 banks read-while-write
|
/Zephyr-latest/boards/st/stm32l562e_dk/doc/ |
D | index.rst | 105 - Up to 512 MB Flash, 2 banks read-while-write
|
/Zephyr-latest/boards/st/nucleo_h533re/doc/ |
D | index.rst | 100 - Up to 512 Kbytes Flash, 2 banks read-while-write
|
/Zephyr-latest/boards/nxp/imx95_evk/doc/ |
D | index.rst | 245 used. ``imx95_evk/mimx9596/m7`` uses TCM (ITCM for code and, generally, read-only
|
/Zephyr-latest/tests/bluetooth/audio/ascs/src/ |
D | test_ase_state_transition_invalid.c | 368 ret = ase->read(conn, ase, &hdr, sizeof(hdr), 0); in expect_ase_state_releasing()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 817 len = attr->read(NULL, attr, data, sizeof(data), 0); in gen_hash_m() 3163 (!(attr->perm & BT_GATT_PERM_READ_MASK) || !attr->read)) { in bt_gatt_check_perm() 3453 if (!attr->read) { in bt_gatt_is_subscribed() 3458 len = attr->read(NULL, attr, &properties, sizeof(properties), 0); in bt_gatt_is_subscribed() 3498 if (!attr->read) { in bt_gatt_is_subscribed() 3503 len = attr->read(conn, attr, ccc_bits_encoded, sizeof(ccc_bits_encoded), 0); in bt_gatt_is_subscribed()
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 186 does not call ``read()``) will be echoed back. This issue is especially visible 499 Kernel, where the function driver does not read interface and endpoint
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 1152 exe_content = file.read()
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink_sockets.c | 1222 .read = simplelink_read,
|
1...<<31323334353637383940>>...43