OpenOCD
sam4l_info Struct Reference
Collaboration diagram for sam4l_info:

Data Fields

const struct sam4l_chip_infodetails
 
uint32_t flash_kb
 
int num_pages
 
uint32_t page_size
 
unsigned int pages_per_sector
 
bool probed
 
uint32_t ram_kb
 
int sector_size
 
struct targettarget
 

Detailed Description

Definition at line 110 of file at91sam4l.c.

Field Documentation

◆ details

const struct sam4l_chip_info* sam4l_info::details

Definition at line 111 of file at91sam4l.c.

Referenced by sam4l_probe().

◆ flash_kb

uint32_t sam4l_info::flash_kb

Definition at line 113 of file at91sam4l.c.

Referenced by sam4l_probe().

◆ num_pages

int sam4l_info::num_pages

Definition at line 116 of file at91sam4l.c.

Referenced by sam4l_probe().

◆ page_size

uint32_t sam4l_info::page_size

Definition at line 115 of file at91sam4l.c.

Referenced by sam4l_probe(), sam4l_write(), sam4l_write_page(), and sam4l_write_page_partial().

◆ pages_per_sector

unsigned int sam4l_info::pages_per_sector

Definition at line 118 of file at91sam4l.c.

Referenced by sam4l_erase(), sam4l_probe(), and sam4l_protect().

◆ probed

bool sam4l_info::probed

◆ ram_kb

uint32_t sam4l_info::ram_kb

Definition at line 114 of file at91sam4l.c.

Referenced by sam4l_probe().

◆ sector_size

int sam4l_info::sector_size

Definition at line 117 of file at91sam4l.c.

Referenced by sam4l_probe().

◆ target

struct target* sam4l_info::target

Definition at line 121 of file at91sam4l.c.

Referenced by FLASH_BANK_COMMAND_HANDLER().


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