TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
MutexP_Params Struct Reference

Basic MutexP Parameters. More...

#include <MutexP.h>

Data Fields

char * name
 

Detailed Description

Basic MutexP Parameters.

Structure that contains the parameters are passed into MutexP_create when creating a MutexP instance. The MutexP_Params_init function should be used to initialize the fields to default values before the application sets the fields manually. The MutexP default parameters are noted in MutexP_Params_init.

Field Documentation

char* MutexP_Params::name

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


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