Searched refs:address (Results 1 – 5 of 5) sorted by relevance
/nrf_hw_models-3.6.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_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 | 217 uint64_t address = 0; in nhwra_prep_rx_request() local 230 address = ( ( NRF_RADIO_regs.PREFIX0 & RADIO_PREFIX0_AP0_Msk ) << 24 ) in nhwra_prep_rx_request() 256 address = NRF_RADIO_regs.SFD & RADIO_SFD_SFD_Msk; in nhwra_prep_rx_request() 277 rx_addresses[0] = address; in nhwra_prep_rx_request()
|
/nrf_hw_models-3.6.0/docs/ |
D | README_impl_status.md | 18 | **AAR** | Accelerated address resolver | ✔ | ✔ | See [NHW_AAR.c](../src/HW_models/N…
|
D | README_HW_models.md | 81 not in the same address as in the real HW.
|