OpenOCD
kinetis_flash_bank
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
kinetis_flash_bank
kinetis_flash_bank struct
Syntax
Show:
Summary
Declaration
from
kinetis.c:256
struct
kinetis_flash_bank
{
struct
kinetis_chip
*
k_chip
;
bool
probed
;
unsigned
bank_number
;
struct
flash_bank
*
bank
;
uint32_t
sector_size
;
uint32_t
protection_size
;
uint32_t
prog_base
;
uint32_t
protection_block
;
enum
{
FC_AUTO
=
0
,
FC_PFLASH
,
FC_FLEX_NVM
,
FC_FLEX_RAM
,
}
flash_class
;
}
;
Fields
Field
Declared as
kinetis_flash_bank::k_chip
struct
kinetis_chip
*
kinetis_flash_bank::probed
bool
kinetis_flash_bank::bank_number
unsigned
kinetis_flash_bank::bank
struct
flash_bank
*
kinetis_flash_bank::sector_size
uint32_t
kinetis_flash_bank::protection_size
uint32_t
kinetis_flash_bank::prog_base
uint32_t
kinetis_flash_bank::protection_block
uint32_t
kinetis_flash_bank::flash_class
enum
{
FC_AUTO
=
0
,
FC_PFLASH
,
FC_FLEX_NVM
,
FC_FLEX_RAM
,
}
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