MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
conversion constants.

Overview

Macros

#define MICROSECONDS_PER_SECOND   ( 1000000LL )
 
#define NANOSECONDS_PER_SECOND   ( 1000000000LL )
 
#define NANOSECONDS_PER_TICK   ( NANOSECONDS_PER_SECOND / configTICK_RATE_HZ )
 

Macro Definition Documentation

#define MICROSECONDS_PER_SECOND   ( 1000000LL )

Microseconds per second.

#define NANOSECONDS_PER_SECOND   ( 1000000000LL )

Nanoseconds per second.

#define NANOSECONDS_PER_TICK   ( NANOSECONDS_PER_SECOND / configTICK_RATE_HZ )

Nanoseconds per FreeRTOS tick.