OpenOCD
sam4l_info
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
sam4l_info
sam4l_info struct
Syntax
Show:
Summary
Declaration
from
at91sam4l.c:110
struct
sam4l_info
{
const
struct
sam4l_chip_info
*
details
;
uint32_t
flash_kb
;
uint32_t
ram_kb
;
uint32_t
page_size
;
int
num_pages
;
int
sector_size
;
unsigned
int
pages_per_sector
;
bool
probed
;
struct
target
*
target
;
}
;
Fields
Field
Declared as
sam4l_info::details
const
struct
sam4l_chip_info
*
sam4l_info::flash_kb
uint32_t
sam4l_info::ram_kb
uint32_t
sam4l_info::page_size
uint32_t
sam4l_info::num_pages
int
sam4l_info::sector_size
int
sam4l_info::pages_per_sector
unsigned
int
sam4l_info::probed
bool
sam4l_info::target
struct
target
*
Related Functions
Found 2 other functions taking a
sam4l_info
argument:
Function
sam4l_write_page()
sam4l_write_page_partial()
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