Basic SemaphoreP Parameters. More...
#include <SemaphoreP.h>
Data Fields | |
| char * | name |
| SemaphoreP_Mode | mode |
| uint32_t | maxCount |
Basic SemaphoreP Parameters.
Structure that contains the parameters are passed into SemaphoreP_create when creating a SemaphoreP instance. The SemaphoreP_Params_init function should be used to initialize the fields to default values before the application sets the fields manually. The SemaphoreP default parameters are noted in SemaphoreP_Params_init.