nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ module_flags_check_zero()

static bool module_flags_check_zero ( const struct module_flags mf)
inlinestatic

#include <include/caf/events/module_state_event.h>

Check if there is 0 in all the flags.

Parameters
[in]mfPointer to module flags variable.
Return values
trueAll the flags have value of 0.
falseAny of the flags is not 0.