Home
last modified time | relevance | path

Searched refs:region_id (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/nrfx/hal/
A Dnrf_acl.h72 uint32_t region_id,
86 uint32_t region_id);
112 uint32_t region_id, in nrf_acl_region_set() argument
117 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() argument
131 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 …]
A Dnrf_spu.h239 uint8_t region_id,
256 uint8_t region_id,
402 uint8_t region_id, in nrf_spu_flashregion_set() argument
407 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() argument
420 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