Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RRAMC.h24 uint8_t nhw_RRAMC_read_byte(uint32_t address);
DNHW_RRAMC.c309 uint8_t nhw_RRAMC_read_byte(uint32_t address) { in nhw_RRAMC_read_byte() function
/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_rramc.c44 return nhw_RRAMC_read_byte(address); in nrf_rramc_byte_read()