|
OpenOCD
|

Data Fields | |
| int | num_pages |
| uint32_t | page_size |
| const struct samd_params * | par |
| bool | probed |
| int | prot_block_size |
| int | sector_size |
| struct target * | target |
Definition at line 346 of file at91samd.c.
| int samd_info::num_pages |
Definition at line 348 of file at91samd.c.
Referenced by samd_probe(), and same5_probe().
| uint32_t samd_info::page_size |
Definition at line 347 of file at91samd.c.
Referenced by samd_probe(), samd_write(), same5_probe(), and same5_write().
| bool samd_info::probed |
Definition at line 352 of file at91samd.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), samd_erase(), samd_probe(), samd_write(), same5_erase(), same5_probe(), and same5_write().
| int samd_info::prot_block_size |
Definition at line 350 of file at91samd.c.
Referenced by samd_probe(), and same5_probe().
| int samd_info::sector_size |
Definition at line 349 of file at91samd.c.
Referenced by samd_probe(), and same5_probe().
| struct target * samd_info::target |
Definition at line 353 of file at91samd.c.
Referenced by FLASH_BANK_COMMAND_HANDLER().