![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Go to the source code of this file.
Functions | |
const char * | asset_perms_to_str (uint8_t permissions) |
Translates asset permissions into a string. More... | |
void | printf_set_color (enum serial_color_t color_id) |
Sets the the text color in the serial port. More... | |
const char* asset_perms_to_str | ( | uint8_t | permissions | ) |
Translates asset permissions into a string.
[in] | permissions | Asset permissions value. |
Definition at line 12 of file test_framework_helpers.c.
void printf_set_color | ( | enum serial_color_t | color_id | ) |
Sets the the text color in the serial port.
[in] | color_id | Serial foreground color. |
Definition at line 37 of file test_framework_helpers.c.