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

◆ nrf_modem_os_event_notify()

void nrf_modem_os_event_notify ( uint32_t  context)

#include <nrf_modem/include/nrf_modem_os.h>

Notify the application that an event has occurred.

This function wakes up a thread sleeping in nrf_modem_os_timedwait if:

  • The thread context equals context.
  • The thread context is zero (thread wakes on all calls to event notify).
  • The context is zero (wake all sleeping threads).
Parameters
contextLibrary context.