test

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

NRF_AAR_Type Struct Reference

NRF_AAR_Type Struct Reference
[Device_Peripheral_Registers]

Accelerated Address Resolver. More...

#include <nrf51.h>

Data Fields

__O uint32_t TASKS_START
__O uint32_t TASKS_STOP
__IO uint32_t EVENTS_END
__IO uint32_t EVENTS_RESOLVED
__IO uint32_t EVENTS_NOTRESOLVED
__IO uint32_t INTENSET
__IO uint32_t INTENCLR
__I uint32_t STATUS
__IO uint32_t ENABLE
__IO uint32_t NIRK
__IO uint32_t IRKPTR
__IO uint32_t ADDRPTR
__IO uint32_t SCRATCHPTR
__IO uint32_t POWER

Detailed Description

Accelerated Address Resolver.

(AAR)

Definition at line 865 of file nrf51.h.


Field Documentation

__IO uint32_t ADDRPTR

Pointer to the resolvable address (6 bytes).

Definition at line 884 of file nrf51.h.

__IO uint32_t ENABLE

Enable AAR.

Definition at line 880 of file nrf51.h.

__IO uint32_t EVENTS_END

Address resolution procedure completed.

Definition at line 871 of file nrf51.h.

__IO uint32_t EVENTS_NOTRESOLVED

Address not resolved.

Definition at line 873 of file nrf51.h.

__IO uint32_t EVENTS_RESOLVED

Address resolved.

Definition at line 872 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 876 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 875 of file nrf51.h.

__IO uint32_t IRKPTR

Pointer to the IRK data structure.

Definition at line 882 of file nrf51.h.

__IO uint32_t NIRK

Number of Identity root Keys in the IRK data structure.

Definition at line 881 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 888 of file nrf51.h.

__IO uint32_t SCRATCHPTR

Pointer to a "scratch" data area used for temporary storage during resolution. A minimum of 3 bytes must be reserved.

Definition at line 885 of file nrf51.h.

__I uint32_t STATUS

Resolution status.

Definition at line 878 of file nrf51.h.

__O uint32_t TASKS_START

< AAR Structure Start resolving addresses based on IRKs specified in the IRK data structure.

Definition at line 866 of file nrf51.h.

__O uint32_t TASKS_STOP

Stop resolving addresses.

Definition at line 869 of file nrf51.h.