nrf5_ficr_map is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

nrf5_ficr_map struct

Syntax

struct nrf5_ficr_map {     uint32_t codepagesize;     uint32_t codesize;     uint32_t configid;     uint32_t info_part;     uint32_t info_variant;     uint32_t info_package;     uint32_t info_ram;     uint32_t info_flash; };

Fields

codepagesize

No summary provided. Read more...

codesize

No summary provided. Read more...

configid

No summary provided. Read more...

info_part

No summary provided. Read more...

info_variant

No summary provided. Read more...

info_package

No summary provided. Read more...

info_ram

No summary provided. Read more...

info_flash

No summary provided. Read more...

References

LocationReferrerScopeText
nrf5.c:97
struct nrf5_ficr_map {
nrf5.c:141nrf5_info::ficr_offsetsnrf5_info
const struct nrf5_ficr_map *ficr_offsets;
nrf5.c:253nrf51_52_ficr_offsets
static const struct nrf5_ficr_map nrf51_52_ficr_offsets = {
nrf5.c:281nrf53_91_ficr_offsets
static const struct nrf5_ficr_map nrf53_91_ficr_offsets = {
nrf5.c:297nrf91new_ficr_offsets
static const struct nrf5_ficr_map nrf91new_ficr_offsets = {
nrf5.c:714nrf5_read_ficr_info_part()::ficr_offsetsnrf5_read_ficr_info_part()
const struct nrf5_ficr_map *ficr_offsets)
nrf5.c:784nrf5_read_ficr_more_info()::ficr_offsetsnrf5_read_ficr_more_info()
const struct nrf5_ficr_map *ficr_offsets = chip->ficr_offsets;
nrf5.c:923nrf5_probe_chip()::ficr_offsetsnrf5_probe_chip()
const struct nrf5_ficr_map *ficr_offsets = chip->ficr_offsets;

Type Use

Variables of nrf5_ficr_map type
nrf5_ficr_map