Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DNRF_NVMC.c296 __func__, address)
298 static void nrfhw_nvmc_erase_page(uint32_t address){ in nrfhw_nvmc_erase_page() argument
301 CHECK_ERASE_ADDRESS(address); in nrfhw_nvmc_erase_page()
305 erase_address = address; in nrfhw_nvmc_erase_page()
367 static bool addr_in_uicr(uint32_t address){ in addr_in_uicr() argument
368 return (address >= (uintptr_t)NRF_UICR_regs_p) in addr_in_uicr()
369 && (address < (uintptr_t)NRF_UICR_regs_p + UICR_SIZE); in addr_in_uicr()
372 void nrfhw_nmvc_write_word(uint32_t address, uint32_t value){ in nrfhw_nmvc_write_word() argument
374 if ((address & 3) != 0){ in nrfhw_nmvc_write_word()
377 __func__, address); in nrfhw_nmvc_write_word()
[all …]
DNRF_NVMC.h35 void nrfhw_nmvc_write_word(uint32_t address, uint32_t value);
36 uint32_t nrfhw_nmvc_read_word(uint32_t address);
37 uint16_t nrfhw_nmvc_read_halfword(uint32_t address);
38 uint8_t nrfhw_nmvc_read_byte(uint32_t address);
39 void nrfhw_nmvc_read_buffer(void *dest, uint32_t address, size_t size);
DNRF_RADIO_utils.c191 uint64_t address; in nrfra_prep_rx_request() local
204 address = ( ( NRF_RADIO_regs.PREFIX0 & RADIO_PREFIX0_AP0_Msk ) << 24 ) in nrfra_prep_rx_request()
230 address = NRF_RADIO_regs.SFD & RADIO_SFD_SFD_Msk; in nrfra_prep_rx_request()
251 rx_addresses[0] = address; in nrfra_prep_rx_request()
/nrf_hw_models-3.4.0/
DTODO.txt12 * (VL) Only 1st logical address is supported
/nrf_hw_models-3.4.0/docs/
DREADME_HW_models.md92 not in the same address as in the real HW.