from bbc microbit library

Fork of nrf51-sdk by Lancaster University

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


Field Documentation

__IO uint32_t EVENTS_DATARDY

Temperature measurement complete, data ready event.

Definition at line 750 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 753 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 752 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 757 of file nrf51.h.

__O uint32_t TASKS_START

< TEMP Structure Start temperature measurement.

Definition at line 747 of file nrf51.h.

__O uint32_t TASKS_STOP

Stop temperature measurement.

Definition at line 748 of file nrf51.h.

__I int32_t TEMP

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

Definition at line 755 of file nrf51.h.