Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_cache.h299 nrf_cache_region_t region);
314 nrf_cache_region_t region);
329 nrf_cache_region_t region);
344 nrf_cache_region_t region);
642 nrf_cache_region_t region) in nrf_cache_instruction_hit_counter_get() argument
645 return p_reg->PROFILING[region].IHIT; in nrf_cache_instruction_hit_counter_get()
647 (void)region; in nrf_cache_instruction_hit_counter_get()
653 nrf_cache_region_t region) in nrf_cache_instruction_miss_counter_get() argument
656 return p_reg->PROFILING[region].IMISS; in nrf_cache_instruction_miss_counter_get()
658 (void)region; in nrf_cache_instruction_miss_counter_get()
[all …]
Dnrf_rramc.h406 uint8_t region,
417 uint8_t region,
429 uint8_t region);
705 uint8_t region, in nrf_rramc_region_config_set() argument
708 p_reg->REGION[region].ADDRESS = p_config->address; in nrf_rramc_region_config_set()
709 p_reg->REGION[region].CONFIG = (((p_config->permissions in nrf_rramc_region_config_set()
722 uint8_t region, in nrf_rramc_region_config_get() argument
725 uint32_t reg = p_reg->REGION[region].CONFIG; in nrf_rramc_region_config_get()
733 p_config->address = p_reg->REGION[region].ADDRESS; in nrf_rramc_region_config_get()
737 uint8_t region) in nrf_rramc_region_config_raw_get() argument
[all …]
/hal_nordic-latest/nrfx/
DCHANGELOG.md432 - Added functions in the NVMC driver for reading and writing halfword data from the OTP region of t…
442 - Fixed assertions that check write addresses in the NVMC driver. Now the UICR memory region is han…