OpenOCD
sam3_chip_details
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
sam3_chip_details
sam3_chip_details struct
Syntax
Show:
Summary
Declaration
from
at91sam3.c:168
struct
sam3_chip_details
{
uint32_t
chipid_cidr
;
const
char
*
name
;
unsigned
n_gpnvms
;
#define
SAM3_N_NVM_BITS
3
unsigned
gpnvm
[
SAM3_N_NVM_BITS
]
;
unsigned
total_flash_size
;
unsigned
total_sram_size
;
unsigned
n_banks
;
#define
SAM3_MAX_FLASH_BANKS
2
struct
sam3_bank_private
bank
[
SAM3_MAX_FLASH_BANKS
]
;
}
;
Fields
Field
Declared as
sam3_chip_details::chipid_cidr
uint32_t
sam3_chip_details::name
const
char
*
sam3_chip_details::n_gpnvms
unsigned
sam3_chip_details::gpnvm
unsigned
[
SAM3_N_NVM_BITS
]
sam3_chip_details::total_flash_size
unsigned
sam3_chip_details::total_sram_size
unsigned
sam3_chip_details::n_banks
unsigned
sam3_chip_details::bank
struct
sam3_bank_private
[
SAM3_MAX_FLASH_BANKS
]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out