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

NRF_PU_Type Struct Reference
[Device_Peripheral_Registers]

Patch unit. More...

#include <nrf51.h>

Data Fields

__I uint32_t RESERVED0 [448]
__IO uint32_t REPLACEADDR [8]
__IO uint32_t PATCHADDR [8]
__IO uint32_t PATCHEN
__IO uint32_t PATCHENSET
__IO uint32_t PATCHENCLR

Detailed Description

Patch unit.

(PU)

Definition at line 313 of file nrf51.h.


Field Documentation

__IO uint32_t PATCHADDR[8]

Relative address of patch instructions.

Definition at line 317 of file nrf51.h.

__IO uint32_t PATCHEN

Patch enable register.

Definition at line 319 of file nrf51.h.

__IO uint32_t PATCHENCLR

Patch disable register.

Definition at line 321 of file nrf51.h.

__IO uint32_t PATCHENSET

Patch enable register.

Definition at line 320 of file nrf51.h.

__IO uint32_t REPLACEADDR[8]

Address of first instruction to replace.

Definition at line 315 of file nrf51.h.

__I uint32_t RESERVED0[448]

< PU Structure

Definition at line 314 of file nrf51.h.