This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf_wait_for_app_event

Several places in the SDK (every version I've looked at) mention a function nrf_wait_for_app_event(), but it doesn't seem to actually exist in the SDK anywhere. Does it really exist, and is it more than simply { __WFE(); __SEV(); __WFE(); }?

Related