pub unsafe extern "C" fn nrf_modem_os_event_notify(context: u32)
Expand description

Notify the application that an event has occurred.

This function wakes up all threads sleeping in * nrf_modem_os_timedwait - that have the same * context - , or all sleeping threads if * context - is zero.

  • context - Library context.