test code 123

Dependencies:   mbed

Fork of LinkNode-Test by Qi Yao

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 791 of file nrf51.h.


Field Documentation

__IO uint32_t CONFIG

Configuration register.

Definition at line 802 of file nrf51.h.

__IO uint32_t EVENTS_VALRDY

New random number generated and written to VALUE register.

Definition at line 795 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register

Definition at line 800 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register

Definition at line 799 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 805 of file nrf51.h.

__IO uint32_t SHORTS

Shortcuts for the RNG.

Definition at line 797 of file nrf51.h.

__O uint32_t TASKS_START

< RNG Structure Start the random number generator.

Definition at line 792 of file nrf51.h.

__O uint32_t TASKS_STOP

Stop the random number generator.

Definition at line 793 of file nrf51.h.

__I uint32_t VALUE

RNG random number.

Definition at line 803 of file nrf51.h.