nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_log_local_event

#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.

Parameters
verbosityVerbosity level of the module in which log is recorded required to emit log.
local_event_idEvent identifier whose meaning is defined within scope of the module in which log is recorded. Possible values 0...63
param_u16Additional parameter to be logged with event. Meaning of the parameter is defined by the module in which the log is recorded and event_id.