Tests of High-level modules.
void buffer_print_dec |
( |
uint8_t * |
buffer, |
|
|
uint32_t |
length |
|
) |
| |
Prints out out a buffer in decimal bytes
- Parameters
-
buffer | Input buffer pointer |
length | Length of input buffer in bytes |
Definition at line 35 of file test.c.
void buffer_print_hex |
( |
uint8_t * |
buffer, |
|
|
uint32_t |
length |
|
) |
| |
Prints out out a buffer in hexadecimal bytes
- Parameters
-
buffer | Input buffer pointer |
length | Length of input buffer in bytes |
Definition at line 53 of file test.c.
void buffer_print_bin |
( |
uint8_t * |
buffer, |
|
|
uint32_t |
length |
|
) |
| |
Prints out out a buffer in binary digits
- Parameters
-
buffer | Input buffer pointer |
length | Length of input buffer in bytes |
Definition at line 71 of file test.c.