![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Go to the source code of this file.
Enumerations | |
enum | serial_color_t { BLACK = 0, RED = 1, GREEN = 2, YELLOW = 3, BLUE = 4, MAGENDA = 5, CYAN = 6, WHITE = 7 } |
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... | |
enum serial_color_t |
Enumerator | |
---|---|
BLACK | |
RED | |
GREEN | |
YELLOW | |
BLUE | |
MAGENDA | |
CYAN | |
WHITE |
Definition at line 19 of file test_framework_helpers.h.
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.