test code 123

Dependencies:   mbed

Fork of LinkNode-Test by Qi Yao

Embed: (wiki syntax)

« Back to documentation index

NRF_WDT_Type Struct Reference

NRF_WDT_Type Struct Reference
[Device_Peripheral_Registers]

Watchdog Timer. More...

#include <nrf51.h>

Data Fields

__O uint32_t TASKS_START
__IO uint32_t EVENTS_TIMEOUT
__IO uint32_t INTENSET
__IO uint32_t INTENCLR
__I uint32_t RUNSTATUS
__I uint32_t REQSTATUS
__IO uint32_t CRV
__IO uint32_t RREN
__IO uint32_t CONFIG
__O uint32_t RR [8]
__IO uint32_t POWER

Detailed Description

Watchdog Timer.

(WDT)

Definition at line 922 of file nrf51.h.


Field Documentation

__IO uint32_t CONFIG

Configuration register.

Definition at line 935 of file nrf51.h.

__IO uint32_t CRV

Counter reload value in number of 32kiHz clock cycles.

Definition at line 933 of file nrf51.h.

__IO uint32_t EVENTS_TIMEOUT

Watchdog timeout.

Definition at line 925 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 928 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 927 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 939 of file nrf51.h.

__I uint32_t REQSTATUS

Request status.

Definition at line 931 of file nrf51.h.

__O uint32_t RR[8]

Reload requests registers.

Definition at line 937 of file nrf51.h.

__IO uint32_t RREN

Reload request enable.

Definition at line 934 of file nrf51.h.

__I uint32_t RUNSTATUS

Watchdog running status.

Definition at line 930 of file nrf51.h.

__O uint32_t TASKS_START

< WDT Structure Start the watchdog.

Definition at line 923 of file nrf51.h.