Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

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


Field Documentation

__IO uint32_t CONFIG

Configuration register.

Definition at line 914 of file nrf51.h.

__IO uint32_t CRV

Counter reload value in number of 32kiHz clock cycles.

Definition at line 912 of file nrf51.h.

__IO uint32_t EVENTS_TIMEOUT

Watchdog timeout.

Definition at line 904 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 907 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 906 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 918 of file nrf51.h.

__I uint32_t REQSTATUS

Request status.

Definition at line 910 of file nrf51.h.

__O uint32_t RR[8]

Reload requests registers.

Definition at line 916 of file nrf51.h.

__IO uint32_t RREN

Reload request enable.

Definition at line 913 of file nrf51.h.

__I uint32_t RUNSTATUS

Watchdog running status.

Definition at line 909 of file nrf51.h.

__O uint32_t TASKS_START

< WDT Structure Start the watchdog.

Definition at line 902 of file nrf51.h.