Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNHW_NVMC.h29 uint8_t nhw_nmvc_read_byte(uint32_t address);
DNHW_NVMC.c583 uint8_t nhw_nmvc_read_byte(uint32_t address) { in nhw_nmvc_read_byte() function
/nrf_hw_models-3.6.0/src/nrfx/hal/
Dnrf_nvmc.c65 return nhw_nmvc_read_byte(addr); in nrf_nvmc_byte_read()