diff options
| author | hathach <[email protected]> | 2026-01-02 15:55:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-02 17:16:02 +0700 |
| commit | 36e8f9d7a184ea5d8ff67331f9a12dd5c809ab30 (patch) | |
| tree | 395c75893947bef9d1ecc7ddd50e01965cb2e431 /src/common/tusb_common.h | |
| parent | 0b638c5d74ed112535556e47e42a088267bbc527 (diff) | |
support multiple data stride if configured
Diffstat (limited to 'src/common/tusb_common.h')
| -rw-r--r-- | src/common/tusb_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_common.h b/src/common/tusb_common.h index d74760608..17cd26cd9 100644 --- a/src/common/tusb_common.h +++ b/src/common/tusb_common.h @@ -348,7 +348,7 @@ TU_ATTR_ALWAYS_INLINE static inline uint32_t tu_scatter_read32(const uint8_t *bu return result; } -// scatter write 4 bytes to two buffers. Parameter are not checked +// scatter write 4 bytes (LE) to two buffers. Parameter are not checked TU_ATTR_ALWAYS_INLINE static inline void tu_scatter_write32(uint32_t value, uint8_t *buf1, uint8_t len1, uint8_t *buf2, uint8_t len2) { for (uint8_t i = 0; i < len1; ++i) { |
