|
nrfxlib API 2.8.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
35#ifndef NRF_802154_DEBUG_LOG_H_
36#define NRF_802154_DEBUG_LOG_H_
39#include "nrf_802154_sl_log.h"
45#define nrf_802154_log_function_enter(verbosity) \
46 nrf_802154_sl_log_function_enter(verbosity)
51#define nrf_802154_log_function_exit(verbosity) \
52 nrf_802154_sl_log_function_exit(verbosity)
62#define nrf_802154_log_local_event(verbosity, local_event_id, param_u16) \
63 nrf_802154_sl_log_local_event(verbosity, local_event_id, param_u16)
71#define nrf_802154_log_global_event(verbosity, global_event_id, param_u16) \
72 nrf_802154_sl_log_global_event(verbosity, global_event_id, param_u16)