nnosEventInitialize Function#include <nn/os.h>
NN_EXTERN_C void nnosEventInitialize(
nnosEvent * this_,
bool manualReset
);
| Name | Description | |
|---|---|---|
| this_ | ||
| manualReset |
See the corresponding C++ function nn::os::Event::Initialize.
CONFIDENTIAL