Searched refs:region_id (Results 1 – 2 of 2) sorted by relevance
72 uint32_t region_id,86 uint32_t region_id);112 uint32_t region_id, in nrf_acl_region_set() argument117 NRFX_ASSERT(region_id < ACL_REGIONS_COUNT); in nrf_acl_region_set()123 p_reg->ACL[region_id].ADDR = address; in nrf_acl_region_set()124 p_reg->ACL[region_id].SIZE = size; in nrf_acl_region_set()125 p_reg->ACL[region_id].PERM = perm; in nrf_acl_region_set()129 uint32_t region_id) in nrf_acl_region_address_get() argument131 return (uint32_t)p_reg->ACL[region_id].ADDR; in nrf_acl_region_address_get()136 return (size_t)p_reg->ACL[region_id].SIZE; in nrf_acl_region_size_get()[all …]
239 uint8_t region_id,256 uint8_t region_id,402 uint8_t region_id, in nrf_spu_flashregion_set() argument407 NRFX_ASSERT(!(p_reg->FLASHREGION[region_id].PERM & SPU_FLASHREGION_PERM_LOCK_Msk)); in nrf_spu_flashregion_set()409 p_reg->FLASHREGION[region_id].PERM = permissions | in nrf_spu_flashregion_set()415 uint8_t region_id, in nrf_spu_ramregion_set() argument420 NRFX_ASSERT(!(p_reg->RAMREGION[region_id].PERM & SPU_RAMREGION_PERM_LOCK_Msk)); in nrf_spu_ramregion_set()422 p_reg->RAMREGION[region_id].PERM = permissions | in nrf_spu_ramregion_set()
Completed in 5 milliseconds