| 
    OpenOCD
    
   | 
 

Data Fields | |
| const struct sam4l_chip_info * | details | 
| 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 target * | target | 
Definition at line 110 of file at91sam4l.c.
| const struct sam4l_chip_info* sam4l_info::details | 
Definition at line 111 of file at91sam4l.c.
Referenced by sam4l_probe().
| uint32_t sam4l_info::flash_kb | 
Definition at line 113 of file at91sam4l.c.
Referenced by sam4l_probe().
| int sam4l_info::num_pages | 
Definition at line 116 of file at91sam4l.c.
Referenced by sam4l_probe().
| 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().
| unsigned int sam4l_info::pages_per_sector | 
Definition at line 118 of file at91sam4l.c.
Referenced by sam4l_erase(), sam4l_probe(), and sam4l_protect().
| bool sam4l_info::probed | 
Definition at line 120 of file at91sam4l.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), sam4l_erase(), sam4l_probe(), sam4l_protect(), sam4l_protect_check(), and sam4l_write().
| uint32_t sam4l_info::ram_kb | 
Definition at line 114 of file at91sam4l.c.
Referenced by sam4l_probe().
| int sam4l_info::sector_size | 
Definition at line 117 of file at91sam4l.c.
Referenced by sam4l_probe().
| struct target* sam4l_info::target | 
Definition at line 121 of file at91sam4l.c.
Referenced by FLASH_BANK_COMMAND_HANDLER().