nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_802154_debug_log.h File Reference
#include "nrf_802154_config.h"
#include "nrf_802154_sl_log.h"
#include "nrf_802154_debug_log_codes.h"

Go to the source code of this file.

Macros

#define nrf_802154_log_function_enter(verbosity)    nrf_802154_sl_log_function_enter(verbosity)
 Records log about entry to a function.
 
#define nrf_802154_log_function_exit(verbosity)    nrf_802154_sl_log_function_exit(verbosity)
 Records log about exit from a function.
 
#define nrf_802154_log_local_event(verbosity, local_event_id, param_u16)    nrf_802154_sl_log_local_event(verbosity, local_event_id, param_u16)
 Records log about event (with parameter) related to current module.
 
#define nrf_802154_log_global_event(verbosity, global_event_id, param_u16)    nrf_802154_sl_log_global_event(verbosity, global_event_id, param_u16)
 Records log about event (with parameter) related to global resource.