#include <stdint.h>
Go to the source code of this file.
◆ protected_tool_common_set_uint16()
| void protected_tool_common_set_uint16 |
( |
uint8_t * |
p_output_buffer, |
|
|
uint16_t * |
offset, |
|
|
uint16_t |
two_byte_value |
|
) |
| |
◆ protected_tool_common_set_uint16_without_offset()
| void protected_tool_common_set_uint16_without_offset |
( |
uint8_t * |
p_output_buffer, |
|
|
uint16_t |
two_byte_value |
|
) |
| |
◆ protected_tool_common_set_uint24()
| void protected_tool_common_set_uint24 |
( |
uint8_t * |
p_output_buffer, |
|
|
uint16_t * |
offset, |
|
|
uint32_t |
three_byte_value |
|
) |
| |
◆ protected_tool_common_set_uint32()
| void protected_tool_common_set_uint32 |
( |
uint8_t * |
p_output_buffer, |
|
|
uint16_t * |
offset, |
|
|
uint32_t |
four_byte_value |
|
) |
| |