Flipper Zero Firmware
Loading...
Searching...
No Matches
furi_hal_debug.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <stdint.h>
9#include <stdbool.h>
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
16void furi_hal_debug_enable(void);
17
19void furi_hal_debug_disable(void);
20
23
24#ifdef __cplusplus
25}
26#endif
void furi_hal_debug_enable(void)
Enable MCU debug.
Definition furi_hal_debug.c:11
void furi_hal_debug_disable(void)
Disable MCU debug.
Definition furi_hal_debug.c:28
bool furi_hal_debug_is_gdb_session_active(void)
Check if GDB debug session is active.
Definition furi_hal_debug.c:39