Searched refs:region (Results 1 – 3 of 3) sorted by relevance
299 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() argument645 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() argument656 return p_reg->PROFILING[region].IMISS; in nrf_cache_instruction_miss_counter_get()658 (void)region; in nrf_cache_instruction_miss_counter_get()[all …]
406 uint8_t region,417 uint8_t region,429 uint8_t region);705 uint8_t region, in nrf_rramc_region_config_set() argument708 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() argument725 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 …]
432 - 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…