Searched refs:buffer (Results 1 – 4 of 4) sorted by relevance
102 size_t __write(int handle, const uint8_t *buffer, size_t size) in __write() argument106 if (buffer == 0) in __write()121 if (usart_putchar(stdio_usart_base, *buffer++) < 0) in __write()
98 size_t __read(int handle, uint8_t *buffer, size_t size) in __read() argument115 *buffer++ = c; in __read()
196 instance of a stream buffer or message buffer. Earlier there could be204 (and likewise APIs for message buffer) can be used to create a stream buffer205 or message buffer instance with application provided callback overrides. When335 + Fix a race condition in the message buffer implementation. The337 two distinct operations, which both modify the size of the buffer. If a340 the message buffer in an invalid state.371 + Changes to improve robustness and consistency for buffer allocation in372 the heap, queue and stream buffer.602 buffer equivalent.604 used to hold the length of a message in the message buffer to be reduced.[all …]
3618 AT91C_EMAC_RBOF_OFFSET_0 EQU (0x0 << 14) ;- (EMAC) no offset from start of receive buffer3619 AT91C_EMAC_RBOF_OFFSET_1 EQU (0x1 << 14) ;- (EMAC) one byte offset from start of receive buffer3620 AT91C_EMAC_RBOF_OFFSET_2 EQU (0x2 << 14) ;- (EMAC) two bytes offset from start of receive buffer3621 AT91C_EMAC_RBOF_OFFSET_3 EQU (0x3 << 14) ;- (EMAC) three bytes offset from start of receive buffer