nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_drv_local_events_in_CORE_t

List of LOCAL EVENTS generated by module CORE.

To define elements of this enum, use

  • syntax: NRF_802154_LOG_LOCAL_EVENT_ID_{m}__{e} = {nID} or
  • macro: NRF_802154_LOG_L_EVENT_DEFINE({m},{e},{nID},{p_values}) where: {m} is the name of module {e} is the name of local event {nID} is numeric ID of local event (unique in module {m}) {p_values} further enum that defines the set of possible values of parameter for event {e}

Both options (syntax/macro) are equivalent, except that using the macro causes additional link creation to {p_values}. See below - currently in the module CORE there is an local event SET_STATE, that has id 1 and possible parameter values for this event are as in enum radio_state_t

Enumerator
NRF_802154_LOG_L_EVENT_DEFINE