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

NRF_ADC_Type Struct Reference
[Device_Peripheral_Registers]

Analog to digital converter. More...

#include <nrf51.h>

Data Fields

__O uint32_t TASKS_START
__O uint32_t TASKS_STOP
__IO uint32_t EVENTS_END
__IO uint32_t INTENSET
__IO uint32_t INTENCLR
__I uint32_t BUSY
__IO uint32_t ENABLE
__IO uint32_t CONFIG
__I uint32_t RESULT
__IO uint32_t POWER

Detailed Description

Analog to digital converter.

(ADC)

Definition at line 699 of file nrf51.h.


Field Documentation

__I uint32_t BUSY

ADC busy register.

Definition at line 708 of file nrf51.h.

__IO uint32_t CONFIG

ADC configuration register.

Definition at line 711 of file nrf51.h.

__IO uint32_t ENABLE

ADC enable.

Definition at line 710 of file nrf51.h.

__IO uint32_t EVENTS_END

ADC conversion complete.

Definition at line 703 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 706 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 705 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 714 of file nrf51.h.

__I uint32_t RESULT

Result of ADC conversion.

Definition at line 712 of file nrf51.h.

__O uint32_t TASKS_START

< ADC Structure Start an ADC conversion.

Definition at line 700 of file nrf51.h.

__O uint32_t TASKS_STOP

Stop ADC.

Definition at line 701 of file nrf51.h.