Go to the source code of this file.
Function Documentation
The explain_buffer_int16_array function may be used to print a representation of an array of int16_t values.
- Parameters:
-
sb | The string buffer to print into. |
data | The int16_t array to be printed. |
data_size | The number of elements in the array to be printed. |
Definition at line 32 of file int16_t.c.
The explain_buffer_int16_t function may be used to print a representation of a int16_t value.
- Parameters:
-
sb | The string buffer to print into. |
data | The int16_t value to be printed. |
Definition at line 25 of file int16_t.c.
The explain_buffer_uint16_array function may be used to print a representation of an array of uint16_t values.
- Parameters:
-
sb | The string buffer to print into. |
data | The uint16_t array to be printed. |
data_size | The number of elements in the array to be printed. |
Definition at line 62 of file int16_t.c.
The explain_buffer_uint16_array2 function may be used to print a representation of a 2D array of uint16_t values.
- Parameters:
-
sb | The string buffer to print into. |
data | The uint16_t array to be printed. |
dim1_size | The number of elements in the first dimension of the array to be printed. |
dim2_size | The number of elements in the second dimension of the array to be printed. |
Definition at line 85 of file int16_t.c.
The explain_buffer_uint16_t function may be used to print a representation of a uint16_t value.
- Parameters:
-
sb | The string buffer to print into. |
data | The uint16_t value to be printed. |
Definition at line 55 of file int16_t.c.