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_TEMP_Type Struct Reference

NRF_TEMP_Type Struct Reference
[Device_Peripheral_Registers]

Temperature Sensor. More...

#include <nrf51.h>

Data Fields

__O uint32_t TASKS_START
__O uint32_t TASKS_STOP
__IO uint32_t EVENTS_DATARDY
__IO uint32_t INTENSET
__IO uint32_t INTENCLR
__I int32_t TEMP
__IO uint32_t POWER

Detailed Description

Temperature Sensor.

(TEMP)

Definition at line 803 of file nrf51.h.


Field Documentation

__IO uint32_t EVENTS_DATARDY

Temperature measurement complete, data ready event.

Definition at line 807 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 810 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 809 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 814 of file nrf51.h.

__O uint32_t TASKS_START

< TEMP Structure Start temperature measurement.

Definition at line 804 of file nrf51.h.

__O uint32_t TASKS_STOP

Stop temperature measurement.

Definition at line 805 of file nrf51.h.

__I int32_t TEMP

Die temperature in degC, 2's complement format, 0.25 degC pecision.

Definition at line 812 of file nrf51.h.