Home
last modified time | relevance | path

Searched refs:flash_st (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_NVMC.c95 nvm_storage_state_t flash_st; member
157 nhw_nvm_init_storage(&this->flash_st, &nvmc_args.flash[inst], in nhw_nvmc_uicr_init()
172 if (*(uint32_t*)(this->flash_st.storage + i) != 0) { in nhw_nvmc_uicr_init()
192 nhw_nvm_clear_storage(&this->flash_st); in nhw_nvmc_uicr_clean_up()
213 memset(&this->flash_st.storage[base_address], 0xFF, this->flash_page_size); in nhw_nvmc_complete_erase()
243 (void)memset(this->flash_st.storage, 0xFF, this->flash_st.size); in nhw_nvmc_complete_erase_all()
456 *storage = &hw_nvmc_st[i].flash_st; in nhw_nvmc_address_location()
496 if (backend == &this->flash_st) { in nhw_nmvc_write_word()
519 if (backend == &this->flash_st) { in nhw_nmvc_write_word()
560 if (backend == &this->flash_st) { in nhw_nmvc_read_word()
[all …]