HTL_library_initialized
Checks whether HTL has been initialized.
Interface Definition
int HTL_library_initialized(void);
Description
Checks whether the HTL execution environment has been initialized.
- If yes, HTL_THREAD_SUCCESS is returned.
- Otherwise, HTL_THREAD_ERR_UNINITIALIZED is returned.
Parameters
N/A
Return Value
- HTL_THREAD_SUCCESS: HTL has been initialized.
- HTL_THREAD_ERR_UNINITIALIZED: HTL has not been initialized.
Parent topic: Initialization Functions