OpenOCD
rsl10_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
rsl10_info
rsl10_info struct
Syntax
Show:
Summary
Declaration
from
rsl10.c:119
struct
rsl10_info
{
unsigned
int
refcount
;
struct
rsl10_bank
{
struct
rsl10_info
*
chip
;
bool
probed
;
}
bank
[
5
]
;
struct
target
*
target
;
unsigned
int
flash_size_kb
;
}
;
Fields
Field
Declared as
rsl10_info::refcount
unsigned
int
rsl10_info::bank
struct
rsl10_bank
{
struct
rsl10_info
*
chip
;
bool
probed
;
}
[
5
]
rsl10_info::target
struct
target
*
rsl10_info::flash_size_kb
unsigned
int
Related Functions
Found 3 other functions taking a
rsl10_info
argument:
Function
rsl10_ll_flash_erase()
rsl10_get_probed_chip_if_halted()
rsl10_ll_flash_write()
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