Lines Matching full:permissions
78 /** @brief SPU memory region permissions. */
232 * Permissions parameter must be set by using the logical OR on the @ref nrf_spu_mem_perm_t values.
237 * @param[in] permissions Flash region permissions.
243 uint32_t permissions,
249 * Permissions parameter must be set by using the logical OR on the @ref nrf_spu_mem_perm_t values.
254 * @param[in] permissions RAM region permissions.
260 uint32_t permissions,
264 * @brief Function for configuring access permissions of the peripheral.
395 uint32_t permissions, in nrf_spu_flashregion_set() argument
400 p_reg->FLASHREGION[region_id].PERM = permissions | in nrf_spu_flashregion_set()
408 uint32_t permissions, in nrf_spu_ramregion_set() argument
413 p_reg->RAMREGION[region_id].PERM = permissions | in nrf_spu_ramregion_set()