Home
last modified time | relevance | path

Searched refs:nrf_owner_t (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_spu.h521 NRF_STATIC_INLINE nrf_owner_t nrf_spu_periphaccerr_ownerid_get(NRF_SPU_Type const * p_reg);
667 NRF_STATIC_INLINE nrf_owner_t nrf_spu_periph_perm_ownerid_get(NRF_SPU_Type const * p_reg,
679 nrf_owner_t owner_id);
818 NRF_STATIC_INLINE nrf_owner_t nrf_spu_feature_ownerid_get(NRF_SPU_Type const * p_reg,
836 nrf_owner_t owner_id);
1013 NRF_STATIC_INLINE nrf_owner_t nrf_spu_periphaccerr_ownerid_get(NRF_SPU_Type const * p_reg) in nrf_spu_periphaccerr_ownerid_get()
1015 return (nrf_owner_t)p_reg->PERIPHACCERR.INFO; in nrf_spu_periphaccerr_ownerid_get()
1134 NRF_STATIC_INLINE nrf_owner_t nrf_spu_periph_perm_ownerid_get(NRF_SPU_Type const * p_reg, in nrf_spu_periph_perm_ownerid_get()
1139 return (nrf_owner_t)((p_reg->PERIPH[index].PERM & SPU_PERIPH_PERM_OWNERID_Msk) >> in nrf_spu_periph_perm_ownerid_get()
1145 nrf_owner_t owner_id) in nrf_spu_periph_perm_ownerid_set()
[all …]
Dnrf_mpc.h212 nrf_owner_t owner; /**< Owner identifier. */
535 nrf_owner_t owner_id);
545 NRF_STATIC_INLINE nrf_owner_t nrf_mpc_override_ownerid_get(NRF_MPC_Type const * p_reg,
596 NRF_STATIC_INLINE nrf_owner_t nrf_mpc_memaccerr_info_ownerid_get(NRF_MPC_Type const * p_reg);
820 ret.owner = (nrf_owner_t)((p_reg->REGION[index].CONFIG & MPC_REGION_CONFIG_OWNERID_Msk) in nrf_mpc_region_config_get()
1027 nrf_owner_t owner_id) in nrf_mpc_override_ownerid_set()
1035 NRF_STATIC_INLINE nrf_owner_t nrf_mpc_override_ownerid_get(NRF_MPC_Type const * p_reg, in nrf_mpc_override_ownerid_get()
1040 return (nrf_owner_t)p_reg->OVERRIDE[index].OWNER; in nrf_mpc_override_ownerid_get()
1069 NRF_STATIC_INLINE nrf_owner_t nrf_mpc_memaccerr_info_ownerid_get(NRF_MPC_Type const * p_reg) in nrf_mpc_memaccerr_info_ownerid_get()
1071 return (nrf_owner_t)((p_reg->MEMACCERR.INFO & MPC_MEMACCERR_INFO_OWNERID_Msk) in nrf_mpc_memaccerr_info_ownerid_get()
Dnrf_common.h156 typedef NRF_OWNERID_Type nrf_owner_t; typedef
162 typedef NRF_OWNERID_Type nrf_owner_t; typedef
Dnrf_uicr.h168 nrf_owner_t owner; /**< Owner identifier. */
269 nrf_owner_t owner; /**< Remote owner identification. */
503 config.owner = (nrf_owner_t)((p_reg->MEM[index].CONFIG & UICR_MEM_CONFIG_OWNERID_Msk) >> in nrf_uicr_mem_config_get()
717 config.owner = (nrf_owner_t)((p_reg->MAILBOX[index].CONFIG & UICR_MAILBOX_CONFIG_OWNERID_Msk) in nrf_uicr_mailbox_config_get()