Home
last modified time | relevance | path

Searched defs:to_read (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/subsys/storage/flash_map/
Dflash_map_integrity.c40 int to_read; in flash_area_check_int_sha256() local
/Zephyr-Core-3.7.0/drivers/wifi/eswifi/
Deswifi_bus_spi.c109 unsigned int offset = 0U, to_read = SPI_READ_CHUNK_SIZE; in eswifi_spi_request() local
/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart/src/
Dmain.c189 size_t to_read = MIN(remaining, sizeof(discard)); in rx_isr() local
/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c1975 uint64_t to_read = MIN(parser->content_length, in parser_execute() local
2148 uint64_t to_read = MIN(parser->content_length, in parser_execute() local
/Zephyr-Core-3.7.0/samples/boards/stm32/bluetooth/interactive_gui/src/
Dmain.c323 size_t to_read = MIN(remaining, sizeof(discard)); in rx_isr() local
/Zephyr-Core-3.7.0/drivers/video/
Dvideo_mcux_csi.c288 unsigned int to_read; in video_mcux_csi_enqueue() local
/Zephyr-Core-3.7.0/subsys/fs/ext2/
Dext2_impl.c627 size_t to_read = MIN(nbytes, MIN(left_on_blk, left_in_file)); in ext2_inode_read() local
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_gatt.c2269 ssize_t read, to_read; in get_attr_val_rp() local