Lines Matching full:bytes
26 uint32_t len; /* Length of data[] in bytes */
56 /** @brief Write bytes to a sys_winstream
58 * This function writes the specified number of bytes into the stream.
61 * bytes passed beyond what can be stored in the buffer will be
66 * @param data Pointer to bytes to be written
67 * @param len Number of bytes to write
72 /** @brief Read bytes from a sys_winstream
74 * This function will read bytes from a sys_winstream into a specified
77 * The number of bytes read into the buffer will be returned, but note
81 * return_value", an underflow occurred and bytes were dropped).
89 * @param buflen The length of buf in bytes
90 * @return The number of bytes written into the buffer