IoT Timer configuration

nRF5 SDK v15.0.0

Macros

#define IOT_TIMER_DISABLE_API_PARAM_CHECK
Disables API parameter checks in the module. More...
#define IOT_TIMER_RESOLUTION_IN_MS
Wall clock resolution in milliseconds. More...

Detailed Description

Macro Definition Documentation

#define IOT_TIMER_DISABLE_API_PARAM_CHECK

Disables API parameter checks in the module.

API parameter checks are added to ensure right parameters are passed to the module. These checks are useful during development phase but be redundant once application is developed. Disabling this can result in some code saving.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define IOT_TIMER_RESOLUTION_IN_MS

Wall clock resolution in milliseconds.

The wall clock of the IoT Timer module has to be updated from an external source at regular intervals. This define needs to be set to the interval between updates.

Minimum value: 1 Maximum value: 4294967295

Note
This is an NRF_CONFIG macro.