20#ifndef P_SYNCHRONISATION_H
21#define P_SYNCHRONISATION_H
42#define MAX_WAITERS (MAX_P_UTILS_LIST)
44#define JOINTURE_SIGNAL (0x80000000)
45#define JOINTURE_CLEAR_SIGNAL (0x40000000)
46#define APP_DEFAULT_SIGNAL (0x20000000)
47#define APP_CLEARING_SIGNAL (0x10000000)
enum T_CONDITION_VARIABLE_STATUS eConditionVariableStatus
T_CONDITION_VARIABLE_STATUS
Definition p_sopc_synchronisation.h:50
@ E_COND_VAR_STATUS_SIZEOF
Definition p_sopc_synchronisation.h:53
@ E_COND_VAR_STATUS_INITIALIZED
Definition p_sopc_synchronisation.h:52
@ E_COND_VAR_STATUS_NOT_INITIALIZED
Definition p_sopc_synchronisation.h:51
Definition p_sopc_synchronisation.h:57
tUtilsList taskList
Definition p_sopc_synchronisation.h:60
SemaphoreHandle_t handleLockCounter
Definition p_sopc_synchronisation.h:59
eConditionVariableStatus status
Definition p_sopc_synchronisation.h:58
Definition p_sopc_synchronisation.h:64
QueueHandle_t handle
Definition p_sopc_synchronisation.h:65
Definition p_sopc_utils.h:43