OpenOCD
sector_size
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
sector_size
sector_size variable
Syntax
Show:
Summary
Declaration
from
faux.c:22
static
const
int
sector_size
=
0x10000
;
Examples
References
from
examples
Code
Location
Referrer
static
const
int
sector_size
=
0x10000
;
faux.c:22
bank
->
num_sectors
=
bank
->
size
/
sector_size
;
faux.c:49
faux_flash_bank_command()
bank
->
sectors
[
i
]
.
size
=
sector_size
;
faux.c:53
faux_flash_bank_command()
memset
(
info
->
memory
+
first
*
sector_size
,
0xff
,
sector_size
*
(
last
-
first
+
1
)
)
;
faux.c:73
faux_erase()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sector_size
is read by 2 functions:
All items filtered out
sector_size
faux_flash_bank_command()
faux_erase()
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