test

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


Field Documentation

__IO uint32_t PATCHADDR[8]

Relative address of patch instructions.

Definition at line 299 of file nrf51.h.

__IO uint32_t PATCHEN

Patch enable register.

Definition at line 301 of file nrf51.h.

__IO uint32_t PATCHENCLR

Patch disable register.

Definition at line 303 of file nrf51.h.

__IO uint32_t PATCHENSET

Patch enable register.

Definition at line 302 of file nrf51.h.

__IO uint32_t REPLACEADDR[8]

Address of first instruction to replace.

Definition at line 297 of file nrf51.h.

__I uint32_t RESERVED0[448]

< PU Structure

Definition at line 296 of file nrf51.h.