Sa_RngData_t Struct Reference
[SA LLD Data Structures]

SALLD RNG Output Structure. More...

#include <salld.h>

Data Fields

uint32_t hi
uint32_t lo

Detailed Description

SALLD RNG Output Structure.

This structure defines the random number output provided upon request with Sa_getRandomNum().

Definition at line 2263 of file salld.h.


Field Documentation

uint32_t Sa_RngData_t::hi

Upper 32 bits of the 64-bit Random Number output

Definition at line 2264 of file salld.h.

uint32_t Sa_RngData_t::lo

Lower 32 bits of the 64-bit Random Number output

Definition at line 2265 of file salld.h.


The documentation for this struct was generated from the following file:

Copyright 2014, Texas Instruments Incorporated