Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

RNG_Type Struct Reference

RNG_Type Struct Reference
[RNG Peripheral Access Layer]

RNG - Register Layout Typedef. More...

#include <MK64F12.h>

Data Fields

__IO uint32_t CR
 RNGA Control Register, offset: 0x0.
__I uint32_t SR
 RNGA Status Register, offset: 0x4.
__O uint32_t ER
 RNGA Entropy Register, offset: 0x8.
__I uint32_t OR
 RNGA Output Register, offset: 0xC.

Detailed Description

RNG - Register Layout Typedef.

Definition at line 10756 of file cmsis/MK64F12.h.


Field Documentation

__IO uint32_t CR

RNGA Control Register, offset: 0x0.

Definition at line 10757 of file cmsis/MK64F12.h.

__O uint32_t ER

RNGA Entropy Register, offset: 0x8.

Definition at line 10759 of file cmsis/MK64F12.h.

__I uint32_t OR

RNGA Output Register, offset: 0xC.

Definition at line 10760 of file cmsis/MK64F12.h.

__I uint32_t SR

RNGA Status Register, offset: 0x4.

Definition at line 10758 of file cmsis/MK64F12.h.