test

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


Field Documentation

__I uint32_t BUSY

ADC busy register.

Definition at line 690 of file nrf51.h.

__IO uint32_t CONFIG

ADC configuration register.

Definition at line 693 of file nrf51.h.

__IO uint32_t ENABLE

ADC enable.

Definition at line 692 of file nrf51.h.

__IO uint32_t EVENTS_END

ADC conversion complete.

Definition at line 685 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 688 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 687 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 696 of file nrf51.h.

__I uint32_t RESULT

Result of ADC conversion.

Definition at line 694 of file nrf51.h.

__O uint32_t TASKS_START

< ADC Structure Start an ADC conversion.

Definition at line 682 of file nrf51.h.

__O uint32_t TASKS_STOP

Stop ADC.

Definition at line 683 of file nrf51.h.