Contiki 3.x
|
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. | |
__IO uint32_t RNG_Type::CR |