![]() |
nRF5 SDK
v14.1.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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... | |
#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.
#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