test code 123

Dependencies:   mbed

Fork of LinkNode-Test by Qi Yao

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


Field Documentation

__IO uint32_t PATCHADDR[8]

Relative address of patch instructions.

Definition at line 286 of file nrf51.h.

__IO uint32_t PATCHEN

Patch enable register.

Definition at line 288 of file nrf51.h.

__IO uint32_t PATCHENCLR

Patch disable register.

Definition at line 290 of file nrf51.h.

__IO uint32_t PATCHENSET

Patch enable register.

Definition at line 289 of file nrf51.h.

__IO uint32_t REPLACEADDR[8]

Address of first instruction to replace.

Definition at line 284 of file nrf51.h.

__I uint32_t RESERVED0[448]

< PU Structure

Definition at line 283 of file nrf51.h.