fork

Fork of nRF51822 by Nordic Semiconductor

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


Field Documentation

__IO uint32_t CONFIG

Configuration register.

Definition at line 953 of file nrf51.h.

__IO uint32_t CRV

Counter reload value in number of 32kiHz clock cycles.

Definition at line 951 of file nrf51.h.

__IO uint32_t EVENTS_TIMEOUT

Watchdog timeout.

Definition at line 943 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 946 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 945 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 957 of file nrf51.h.

__I uint32_t REQSTATUS

Request status.

Definition at line 949 of file nrf51.h.

__O uint32_t RR[8]

Reload requests registers.

Definition at line 955 of file nrf51.h.

__IO uint32_t RREN

Reload request enable.

Definition at line 952 of file nrf51.h.

__I uint32_t RUNSTATUS

Watchdog running status.

Definition at line 948 of file nrf51.h.

__O uint32_t TASKS_START

< WDT Structure Start the watchdog.

Definition at line 941 of file nrf51.h.