MiniR4 low level functions.
More...
#include <BitConverter.h>
|
static uint32_t | ToUInt32 (uint8_t *value, int startIdx) |
|
static uint16_t | ToUInt16 (uint8_t *value, int startIdx) |
|
static int32_t | ToInt32 (uint8_t *value, int startIdx) |
|
static int16_t | ToInt16 (uint8_t *value, int startIdx) |
|
static void | GetBytes (uint8_t *buff, uint32_t value) |
|
static void | GetBytes (uint8_t *buff, int32_t value) |
|
static void | GetBytes (uint8_t *buff, uint16_t value) |
|
static void | GetBytes (uint8_t *buff, int16_t value) |
|
MiniR4 low level functions.
Definition at line 14 of file BitConverter.h.
◆ GetBytes() [1/4]
void BitConverter::GetBytes |
( |
uint8_t * | buff, |
|
|
int16_t | value ) |
|
static |
◆ GetBytes() [2/4]
void BitConverter::GetBytes |
( |
uint8_t * | buff, |
|
|
int32_t | value ) |
|
static |
◆ GetBytes() [3/4]
void BitConverter::GetBytes |
( |
uint8_t * | buff, |
|
|
uint16_t | value ) |
|
static |
◆ GetBytes() [4/4]
void BitConverter::GetBytes |
( |
uint8_t * | buff, |
|
|
uint32_t | value ) |
|
static |
◆ ToInt16()
int16_t BitConverter::ToInt16 |
( |
uint8_t * | value, |
|
|
int | startIdx ) |
|
static |
◆ ToInt32()
int32_t BitConverter::ToInt32 |
( |
uint8_t * | value, |
|
|
int | startIdx ) |
|
static |
◆ ToUInt16()
uint16_t BitConverter::ToUInt16 |
( |
uint8_t * | value, |
|
|
int | startIdx ) |
|
static |
◆ ToUInt32()
uint32_t BitConverter::ToUInt32 |
( |
uint8_t * | value, |
|
|
int | startIdx ) |
|
static |
The documentation for this class was generated from the following files: