RUI3 (RAK Unified Interface 3) - RAK4631
service_debug.h
Go to the documentation of this file.
1 #ifndef _SERVICE_DEBUG_H_
2 #define _SERVICE_DEBUG_H_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include<stdint.h>
9 void service_debug(const char *fmt, ...);
10 uint32_t service_set_debug_level(uint8_t level);
11 uint8_t service_get_debug_level(void);
12 void service_debug_swo(const char *fmt, ...);
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif
uint32_t service_set_debug_level(uint8_t level)
void service_debug_swo(const char *fmt,...)
void service_debug(const char *fmt,...)
uint8_t service_get_debug_level(void)