nrf5_features::NRF5_FEATURE_ERASE_BY_FLASH_WR is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnrf5_features::NRF5_FEATURE_ERASE_BY_FLASH_WR

nrf5_features::NRF5_FEATURE_ERASE_BY_FLASH_WR

Syntax

NRF5_FEATURE_ERASE_BY_FLASH_WR = BIT;

References

LocationReferrerText
nrf5.c:84
NRF5_FEATURE_ERASE_BY_FLASH_WR = BIT(6),
nrf5.c:766nrf53_91_partno_check()
chip->features = NRF5_FEATURE_SERIES_53 | NRF5_FEATURE_ERASE_BY_FLASH_WR;
nrf5.c:770nrf53_91_partno_check()
chip->features = NRF5_FEATURE_SERIES_91 | NRF5_FEATURE_ERASE_BY_FLASH_WR;
nrf5.c:1096nrf5_erase_page()
} else if (chip->features & NRF5_FEATURE_ERASE_BY_FLASH_WR) {

Data Use

Functions using nrf5_features::NRF5_FEATURE_ERASE_BY_FLASH_WR
nrf5_features::NRF5_FEATURE_ERASE_BY_FLASH_WR