test

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


Field Documentation

__IO uint32_t EVENTS_DATARDY

Temperature measurement complete, data ready event.

Definition at line 789 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 792 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 791 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 796 of file nrf51.h.

__O uint32_t TASKS_START

< TEMP Structure Start temperature measurement.

Definition at line 786 of file nrf51.h.

__O uint32_t TASKS_STOP

Stop temperature measurement.

Definition at line 787 of file nrf51.h.

__I int32_t TEMP

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

Definition at line 794 of file nrf51.h.