nrf5_info::features is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

nrf5_info::features field

Syntax

enum nrf5_features features;

References

LocationReferrerText
nrf5.c:135
enum nrf5_features features;
nrf5.c:540nrf5_protect_check()
if (chip->features & NRF5_FEATURE_BPROT)
nrf5.c:543nrf5_protect_check()
if (chip->features & NRF5_FEATURE_SERIES_51)
nrf5.c:629nrf5_protect()
if (chip->features & NRF5_FEATURE_SERIES_51)
nrf5.c:675nrf5_get_chip_type_str()
nrf5.c:677nrf5_get_chip_type_str()
nrf5.c:732nrf51_52_partno_check()
nrf5.c:736nrf51_52_partno_check()
nrf5.c:743nrf51_52_partno_check()
chip->features |= NRF5_FEATURE_BPROT;
nrf5.c:749nrf51_52_partno_check()
nrf5.c:766nrf53_91_partno_check()
nrf5.c:770nrf53_91_partno_check()
nrf5.c:895nrf5_probe_chip()
chip->features = NRF5_FEATURE_SERIES_51;
nrf5.c:915nrf5_probe_chip()
} else if (chip->features & NRF5_FEATURE_SERIES_51) {
nrf5.c:928nrf5_probe_chip()
if (chip->features & NRF5_FEATURE_SERIES_51) {
nrf5.c:942nrf5_probe_chip()
chip->features = chip->spec->features;
nrf5.c:956nrf5_probe_chip()
} else if (chip->features & NRF5_FEATURE_SERIES_51) {
nrf5.c:1073nrf5_erase_page()
if (chip->features & NRF5_FEATURE_SERIES_51) {
nrf5.c:1096nrf5_erase_page()
} else if (chip->features & NRF5_FEATURE_ERASE_BY_FLASH_WR) {
nrf5.c:1112nrf5_erase_page()
if (chip->features & NRF5_FEATURE_SERIES_91)
nrf5.c:1247nrf5_write()
if (chip->features & NRF5_FEATURE_SERIES_51) {
nrf5.c:1302nrf5_erase()
if (chip->features & NRF5_FEATURE_SERIES_51) {
nrf5.c:1316nrf5_erase()
if (chip->features & NRF5_FEATURE_SERIES_51
nrf5.c:1441nrf5_handle_mass_erase_command()
if (chip->features & NRF5_FEATURE_SERIES_51) {
nrf5.c:1476nrf5_handle_mass_erase_command()
if (chip->features & NRF5_FEATURE_SERIES_51)

Data Use

Type of nrf5_info::features
nrf5_info::features
all items filtered out