OpenOCD
nrf51_info Struct Reference
Collaboration diagram for nrf51_info:

Data Fields

struct {
   bool   probed
 
   int(*   write )(struct flash_bank *bank,
      struct nrf51_info *chip, const
      uint8_t *buffer, uint32_t
      offset, uint32_t count)
 
bank [2]
 
uint32_t code_page_size
 
struct targettarget
 

Detailed Description

Definition at line 109 of file nrf51.c.

Field Documentation

struct { ... } nrf51_info::bank[2]
uint32_t nrf51_info::code_page_size
int(* nrf51_info::write) (struct flash_bank *bank, struct nrf51_info *chip, const uint8_t *buffer, uint32_t offset, uint32_t count)

Definition at line 114 of file nrf51.c.

Referenced by FLASH_BANK_COMMAND_HANDLER(), and nrf51_write().


The documentation for this struct was generated from the following file: