20 #ifndef _RTEMS_DEBUG_H 21 #define _RTEMS_DEBUG_H 46 #define RTEMS_DEBUG_ALL_MASK 0xffffffff 49 #define RTEMS_DEBUG_REGION 0x00000001 65 rtems_debug_control to_be_enabled
72 rtems_debug_control to_be_disabled
82 rtems_debug_control level
uint32_t rtems_debug_control
The following type is used to manage the debug mask.
Definition: debug.h:39
SCORE_EXTERN rtems_debug_control _Debug_Level
This variable contains the current debug level.
Definition: debug.h:54
void _Debug_Manager_initialization(void)
Initialize debug manager.
Definition: debug.c:27
bool rtems_debug_is_enabled(rtems_debug_control level)
Check if debug is enabled.
Definition: debug.c:46
void rtems_debug_enable(rtems_debug_control to_be_enabled)
Enable debugging.
Definition: debug.c:32
void rtems_debug_disable(rtems_debug_control to_be_disabled)
Disable debugging.
Definition: debug.c:39
#define SCORE_EXTERN
The following ensures that all data is declared in the space of the initialization routine for either...
Definition: basedefs.h:81