Searched refs:address (Results 1 – 6 of 6) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NHW_NVMC.h | 23 void nhw_nvmc_erase_page(uint inst, uint32_t address); 24 void nhw_nvmc_erase_page_partial(uint inst, uint32_t address); 26 void nhw_nmvc_write_word(uint32_t address, uint32_t value); 27 uint32_t nhw_nmvc_read_word(uint32_t address); 28 uint16_t nhw_nmvc_read_halfword(uint32_t address); 29 uint8_t nhw_nmvc_read_byte(uint32_t address); 30 void nhw_nmvc_read_buffer(void *dest, uint32_t address, size_t size);
|
D | NHW_RRAMC.c | 181 __func__, address) 194 static void nhw_RRAMC_address_location(uint32_t address, uint *inst, nvm_storage_state_t **storage,… in nhw_RRAMC_address_location() argument 197 if ((address >= hw_rramc_st[i].rram_start_addr) \ in nhw_RRAMC_address_location() 198 && (address < hw_rramc_st[i].rram_start_addr + hw_rramc_st[i].rram_size)) { in nhw_RRAMC_address_location() 200 *offset = address - hw_rramc_st[i].rram_start_addr; in nhw_RRAMC_address_location() 203 if ((address >= (uint32_t)hw_rramc_st[i].uicr_st.storage) \ in nhw_RRAMC_address_location() 204 && (address < (uint32_t)hw_rramc_st[i].uicr_st.storage + hw_rramc_st[i].uicr_size)) { in nhw_RRAMC_address_location() 206 *offset = address - (uint32_t)hw_rramc_st[i].uicr_st.storage; in nhw_RRAMC_address_location() 210 OUT_OF_RRAM_ERROR(address); in nhw_RRAMC_address_location() 221 void nhw_RRAMC_write_word(uint32_t address, uint32_t value){ in nhw_RRAMC_write_word() argument [all …]
|
D | NHW_NVMC.c | 347 __func__, address) 349 void nhw_nvmc_erase_page(uint inst, uint32_t address){ in nhw_nvmc_erase_page() argument 352 CHECK_ERASE_ADDRESS(inst, address); in nhw_nvmc_erase_page() 359 this->erase_page = (address - this->flash_start_addr) / this->flash_page_size; in nhw_nvmc_erase_page() 409 void nhw_nvmc_erase_page_partial(uint inst, uint32_t address) { in nhw_nvmc_erase_page_partial() argument 416 CHECK_ERASE_ADDRESS(inst, address); in nhw_nvmc_erase_page_partial() 419 this->erase_page = (address - this->flash_start_addr)/this->flash_page_size; in nhw_nvmc_erase_page_partial() 451 static void nhw_nvmc_address_location(uint32_t address, uint *inst, nvm_storage_state_t **storage, … in nhw_nvmc_address_location() argument 454 if ((address >= hw_nvmc_st[i].flash_start_addr) \ in nhw_nvmc_address_location() 455 && (address < hw_nvmc_st[i].flash_start_addr + hw_nvmc_st[i].flash_size)) { in nhw_nvmc_address_location() [all …]
|
D | NHW_RADIO_utils.c | 252 uint64_t address; in nhwra_get_address() local 255 address = NRF_RADIO_regs.SFD & RADIO_SFD_SFD_Msk; in nhwra_get_address() 272 address = ((prefix & RADIO_PREFIX0_AP0_Msk) << BALEN_bits) in nhwra_get_address() 275 return address; in nhwra_get_address()
|
/nrf_hw_models-3.7.0/docs/ |
D | README_impl_status.md | 18 | **AAR** | Accelerated address resolver | ✔ | &#x…
|
D | README_HW_models.md | 81 not in the same address as in the real HW.
|