nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ nrf_sdh_soc_evt_to_str()

const char * nrf_sdh_soc_evt_to_str ( uint32_t evt)

#include <nrf_sdh_soc.h>

Stringify a SoftDevice SoC event.

If :option:CONFIG_NRF_SDH_STR_TABLES is enabled, returns the event name. Otherwise, returns the supplied integer as a string.

Parameters
evtAn NRF_SOC_SVCS enumeration value.
Returns
A statically allocated string containing the event name or numerical value.