Contiki 3.x
Data Fields
RNG_Type Struct Reference

RNG - Register Layout Typedef. More...

#include <cpu/arm/k60/include/MK60D10.h>

Data Fields

__IO uint32_t CR
 RNGA Control Register, offset: 0x0. More...
 
__I uint32_t SR
 RNGA Status Register, offset: 0x4. More...
 
__O uint32_t ER
 RNGA Entropy Register, offset: 0x8.
 
__I uint32_t OR
 RNGA Output Register, offset: 0xC.
 
__I uint32_t VER
 RNGB Version ID Register, offset: 0x0.
 
__IO uint32_t CMD
 RNGB Command Register, offset: 0x4.
 
__I uint32_t ESR
 RNGB Error Status Register, offset: 0x10.
 
__I uint32_t OUT
 RNGB Output FIFO, offset: 0x14.
 

Detailed Description

RNG - Register Layout Typedef.

Definition at line 6649 of file MK60D10.h.

Field Documentation

__IO uint32_t RNG_Type::CR

RNGA Control Register, offset: 0x0.

RNGB Control Register, offset: 0x8.

Definition at line 6650 of file MK60D10.h.

__I uint32_t RNG_Type::SR

RNGA Status Register, offset: 0x4.

RNGB Status Register, offset: 0xC.

Definition at line 6651 of file MK60D10.h.