Lines Matching full:values
26 /** @brief Encode 16-bit value into array values in little-endian format.
28 * Helper macro to encode 16-bit values into comma separated values.
34 * @return The comma separated values for the 16-bit value.
40 /** @brief Encode 24-bit value into array values in little-endian format.
42 * Helper macro to encode 24-bit values into comma separated values.
48 * @return The comma separated values for the 24-bit value.
54 /** @brief Encode 32-bit value into array values in little-endian format.
56 * Helper macro to encode 32-bit values into comma separated values.
62 * @return The comma separated values for the 32-bit value.
68 /** @brief Encode 40-bit value into array values in little-endian format.
70 * Helper macro to encode 40-bit values into comma separated values.
76 * @return The comma separated values for the 40-bit value.
82 /** @brief Encode 48-bit value into array values in little-endian format.
84 * Helper macro to encode 48-bit values into comma separated values.
90 * @return The comma separated values for the 48-bit value.
96 /** @brief Encode 64-bit value into array values in little-endian format.
98 * Helper macro to encode 64-bit values into comma separated values.
104 * @return The comma separated values for the 64-bit value.
110 /** @brief Encode 16-bit value into array values in big-endian format.
112 * Helper macro to encode 16-bit values into comma separated values.
118 * @return The comma separated values for the 16-bit value.
122 /** @brief Encode 24-bit value into array values in big-endian format.
124 * Helper macro to encode 24-bit values into comma separated values.
130 * @return The comma separated values for the 24-bit value.
134 /** @brief Encode 32-bit value into array values in big-endian format.
136 * Helper macro to encode 32-bit values into comma separated values.
142 * @return The comma separated values for the 32-bit value.
146 /** @brief Encode 40-bit value into array values in big-endian format.
148 * Helper macro to encode 40-bit values into comma separated values.
154 * @return The comma separated values for the 40-bit value.
158 /** @brief Encode 48-bit value into array values in big-endian format.
160 * Helper macro to encode 48-bit values into comma separated values.
166 * @return The comma separated values for the 48-bit value.
170 /** @brief Encode 64-bit value into array values in big-endian format.
172 * Helper macro to encode 64-bit values into comma separated values.
178 * @return The comma separated values for the 64-bit value.