Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

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


Field Documentation

__IO uint32_t CONFIG

Configuration register.

Definition at line 971 of file nrf51.h.

__IO uint32_t CRV

Counter reload value in number of 32kiHz clock cycles.

Definition at line 969 of file nrf51.h.

__IO uint32_t EVENTS_TIMEOUT

Watchdog timeout.

Definition at line 961 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 964 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 963 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 975 of file nrf51.h.

__I uint32_t REQSTATUS

Request status.

Definition at line 967 of file nrf51.h.

__O uint32_t RR[8]

Reload requests registers.

Definition at line 973 of file nrf51.h.

__IO uint32_t RREN

Reload request enable.

Definition at line 970 of file nrf51.h.

__I uint32_t RUNSTATUS

Watchdog running status.

Definition at line 966 of file nrf51.h.

__O uint32_t TASKS_START

< WDT Structure Start the watchdog.

Definition at line 959 of file nrf51.h.