OpenOCD
nrf5_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
nrf5_info
nrf5_info struct
Syntax
Show:
Summary
Declaration
from
nrf5.c:118
struct
nrf5_info
{
unsigned
int
refcount
;
bool
chip_probed
;
struct
nrf5_bank
{
struct
nrf5_info
*
chip
;
bool
probed
;
}
bank
[
2
]
;
struct
target
*
target
;
bool
ficr_info_valid
;
struct
nrf52_ficr_info
ficr_info
;
const
struct
nrf5_device_spec
*
spec
;
uint16_t
hwid
;
enum
nrf5_features
features
;
uint32_t
flash_page_size
;
uint32_t
flash_num_sectors
;
unsigned
int
ram_size_kb
;
const
struct
nrf5_map
*
map
;
const
struct
nrf5_ficr_map
*
ficr_offsets
;
}
;
Fields
Field
Declared as
nrf5_info::refcount
unsigned
int
nrf5_info::chip_probed
bool
nrf5_info::bank
struct
nrf5_bank
{
struct
nrf5_info
*
chip
;
bool
probed
;
}
[
2
]
nrf5_info::target
struct
target
*
nrf5_info::ficr_info_valid
bool
nrf5_info::ficr_info
struct
nrf52_ficr_info
nrf5_info::spec
const
struct
nrf5_device_spec
*
nrf5_info::hwid
uint16_t
nrf5_info::features
enum
nrf5_features
nrf5_info::flash_page_size
uint32_t
nrf5_info::flash_num_sectors
uint32_t
nrf5_info::ram_size_kb
unsigned
int
nrf5_info::map
const
struct
nrf5_map
*
nrf5_info::ficr_offsets
const
struct
nrf5_ficr_map
*
Related Functions
Found 13 other functions taking a
nrf5_info
argument:
Function
nrf5_erase_page()
nrf5_ll_flash_write()
nrf5_nvmc_read_u32()
nrf5_nvmc_write_u32()
nrf5_wait_for_nvmc()
nrf5_nvmc_erase_enable()
nrf5_nvmc_write_enable()
nrf5_nvmc_read_only()
nrf5_get_chip_type_str()
nrf5_read_ficr_info_part()
nrf51_52_partno_check()
nrf53_91_partno_check()
nrf5_read_ficr_more_info()
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