Data Fields
SemaphoreP_Params Struct Reference

Basic SemaphoreP Parameters. More...

#include <SemaphoreP.h>

Data Fields

SemaphoreP_Mode mode
 
void(* callback )(void)
 

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

§ mode

SemaphoreP_Mode SemaphoreP_Params::mode

Mode for the semaphore

§ callback

void(* SemaphoreP_Params::callback) (void)

Callback while pending for semaphore post


The documentation for this struct was generated from the following file:
© Copyright 1995-2023, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale