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

Basic ClockP Parameters. More...

#include <ClockP.h>

Data Fields

char * name
 
uintptr_t arg
 

Detailed Description

Basic ClockP Parameters.

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

Field Documentation

char* ClockP_Params::name

Name of the clock instance. Memory must persist for the life of the clock instance. This can be used for debugging purposes, or set to NULL if not needed.

uintptr_t ClockP_Params::arg

Argument passed into the clock function.


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