Home
last modified time | relevance | path

Searched refs:buffers (Results 1 – 11 of 11) sorted by relevance

/nrf52832-nimble/rt-thread/components/drivers/mtd/
H A Dmtdnand.c122 uint8_t *ecc_calc = chip->buffers.ecccalc; in nand_write_page_hwecc()
148 uint8_t *ecc_calc = chip->buffers.ecccalc; in nand_read_page_hwecc()
149 uint8_t *ecc_code = chip->buffers.ecccode; in nand_read_page_hwecc()
609 nand->buffers.ecccalc = buf; in rt_mtd_nand_init()
611 nand->buffers.ecccode = buf; in rt_mtd_nand_init()
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmtdnand.h78 struct nand_buffers buffers; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DUPGRADING76 * LWIP_DECLARE_MEMORY_ALIGNED() may be used to declare aligned memory buffers (mem/memp)
77 or to move buffers to dedicated memory using compiler attributes
H A DCHANGELOG104 * tcp_out.c: Optimize passing contiguous nocopy buffers to tcp_write (bug #46290)
675 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers
1209 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now
3956 zero-copy and copy-on-demand for packet buffers which have their
4056 * Situations when all TCP buffers were used could lead to
4083 * Better control over TCP output buffers.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DUPGRADING119 * LWIP_DECLARE_MEMORY_ALIGNED() may be used to declare aligned memory buffers (mem/memp)
120 or to move buffers to dedicated memory using compiler attributes
H A DCHANGELOG321 * tcp_out.c: Optimize passing contiguous nocopy buffers to tcp_write (bug #46290)
892 can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers
1426 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now
4173 zero-copy and copy-on-demand for packet buffers which have their
4273 * Situations when all TCP buffers were used could lead to
4300 * Better control over TCP output buffers.
/nrf52832-nimble/nordic/nrfx/
H A DCHANGELOG.md105 …ed SPIS driver API: added the "p_context" parameter, allowed NULL pointers for zero-length buffers.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DREADME147 - reduced buffer flushes by grouping buffers
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt198 Ethernet controllers have on-chip buffers that are large enough to
202 buffers are full, the incoming packet is dropped. This will cause
672 the data into its own buffers. The data in the uip_appdata buffer will
958 implementation to support multiple buffers would be straightforward,
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DChangeLog467 - increase size of I/O buffers in minigzip.c and gzio.c (not a big gain
595 - in minigzip.c, use static buffers only for 16-bit systems
674 - test large buffers and deflateParams in example.c
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG282 always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now
3029 zero-copy and copy-on-demand for packet buffers which have their
3129 * Situations when all TCP buffers were used could lead to
3156 * Better control over TCP output buffers.