Debug HAL API.
More...
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
|
void | furi_hal_debug_enable (void) |
| Enable MCU debug.
|
|
void | furi_hal_debug_disable (void) |
| Disable MCU debug.
|
|
bool | furi_hal_debug_is_gdb_session_active (void) |
| Check if GDB debug session is active.
|
|