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
service_set_debug_level
uint32_t service_set_debug_level(uint8_t level)
service_debug_swo
void service_debug_swo(const char *fmt,...)
service_debug
void service_debug(const char *fmt,...)
service_get_debug_level
uint8_t service_get_debug_level(void)
component
service
debug
service_debug.h
Generated by
1.8.13