TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
SemaphoreP_Params Struct Reference

Basic SemaphoreP Parameters. More...

#include <SemaphoreP.h>

Data Fields

char * name
 
SemaphoreP_Mode mode
 
uint32_t maxCount
 

Detailed Description

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.

Field Documentation

char* SemaphoreP_Params::name

Name of the semaphore instance. Memory must persist for the life of the semaphore instance

SemaphoreP_Mode SemaphoreP_Params::mode

Mode for the semaphore

uint32_t SemaphoreP_Params::maxCount

The max count allowed for counting semaphore


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated