test

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

NRF_RNG_Type Struct Reference

NRF_RNG_Type Struct Reference
[Device_Peripheral_Registers]

Random Number Generator. More...

#include <nrf51.h>

Data Fields

__O uint32_t TASKS_START
__O uint32_t TASKS_STOP
__IO uint32_t EVENTS_VALRDY
__IO uint32_t SHORTS
__IO uint32_t INTENSET
__IO uint32_t INTENCLR
__IO uint32_t CONFIG
__I uint32_t VALUE
__IO uint32_t POWER

Detailed Description

Random Number Generator.

(RNG)

Definition at line 809 of file nrf51.h.


Field Documentation

__IO uint32_t CONFIG

Configuration register.

Definition at line 820 of file nrf51.h.

__IO uint32_t EVENTS_VALRDY

New random number generated and written to VALUE register.

Definition at line 813 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register

Definition at line 818 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register

Definition at line 817 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 823 of file nrf51.h.

__IO uint32_t SHORTS

Shortcuts for the RNG.

Definition at line 815 of file nrf51.h.

__O uint32_t TASKS_START

< RNG Structure Start the random number generator.

Definition at line 810 of file nrf51.h.

__O uint32_t TASKS_STOP

Stop the random number generator.

Definition at line 811 of file nrf51.h.

__I uint32_t VALUE

RNG random number.

Definition at line 821 of file nrf51.h.