#include "config.h"
#include <vector>
Go to the source code of this file.
◆ bytes_to_uint16_le()
| uint16_t bytes_to_uint16_le |
( |
const uint8_t * |
bytes | ) |
|
|
inline |
Convert 2 bytes representing uint16 in little endian representation into a uint16.
- Parameters
-
| bytes | A pointer to the first of 2 sequential bytes in memory making up the uint16. |
◆ bytes_to_uint32_le()
| uint32_t bytes_to_uint32_le |
( |
const uint8_t * |
bytes | ) |
|
|
inline |
Convert 4 bytes representing uint32 in little endian representation into a uint32.
- Parameters
-
| bytes | A pointer to the first of 4 sequential bytes in memory making up the uint32. |