Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
random_Type Struct Reference

random (random) More...

#include <netx90_app.h>

Collaboration diagram for random_Type:
Collaboration graph

Data Fields

union {
   __IOM uint32_t   random_init
 
   struct {
      __IOM uint32_t   val: 32
 
   }   random_init_b
 
}; 
 
union {
   __IM uint32_t   random_random
 
   struct {
      __IM uint32_t   val: 32
 
   }   random_random_b
 
}; 
 

Detailed Description

random (random)

Definition at line 3091 of file netx90_app.h.

Field Documentation

union { ... }

< (@ 0xFF080340) random Structure

union { ... }
__IOM uint32_t random_Type::random_init

(@ 0x00000000) Random initialization value: Write a value depending on Chip ID to this register to generate a random sequence different for each netX.

Definition at line 3094 of file netx90_app.h.

struct { ... } random_Type::random_init_b
__IM uint32_t random_Type::random_random

(@ 0x00000004) Random value: This random value sequence is derived from many random events inside netX chip.

Definition at line 3104 of file netx90_app.h.

struct { ... } random_Type::random_random_b
__IOM uint32_t random_Type::val

[31..0] random init value

Definition at line 3099 of file netx90_app.h.

__IM uint32_t random_Type::val

[31..0] random value

Definition at line 3108 of file netx90_app.h.


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