TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Macros
TRNG_SAMPLES

Macros

#define TRNGCC26XX_CLOCKS_PER_SAMPLES_MAX   15
 
#define TRNGCC26XX_MAX_SAMPLES_MAX   16777216
 
#define TRNGCC26XX_MAX_SAMPLES_MIN   256
 
#define TRNGCC26XX_MIN_SAMPLES_MAX   16384
 
#define TRNGCC26XX_MIN_SAMPLES_MIN   64
 

Detailed Description

Minimum samples per cycle range Minimum may be 0, or greater than or equal to 2^6 and less than 2^14.

Macro Definition Documentation

§ TRNGCC26XX_CLOCKS_PER_SAMPLES_MAX

#define TRNGCC26XX_CLOCKS_PER_SAMPLES_MAX   15

Number of clocks cycles per sample must be between 1 (0) and 16 (15), inclusive.

§ TRNGCC26XX_MAX_SAMPLES_MAX

#define TRNGCC26XX_MAX_SAMPLES_MAX   16777216

Largest allowable maximum samples count per cycle

§ TRNGCC26XX_MAX_SAMPLES_MIN

#define TRNGCC26XX_MAX_SAMPLES_MIN   256

Maximium samples per cycle range. Maximium may be 0, or greater than or equal to 2^8 and less than or equal to 2^24.Smallest allowable maximum samples count per cycle

§ TRNGCC26XX_MIN_SAMPLES_MAX

#define TRNGCC26XX_MIN_SAMPLES_MAX   16384

Largest allowable minimum samples count per cycle

§ TRNGCC26XX_MIN_SAMPLES_MIN

#define TRNGCC26XX_MIN_SAMPLES_MIN   64

Smallest allowable minimum samples count per cycle

Copyright 2017, Texas Instruments Incorporated