Lines Matching refs:nrf_owner_t
521 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()
1557 NRF_STATIC_INLINE nrf_owner_t nrf_spu_feature_ownerid_get(NRF_SPU_Type const * p_reg, in nrf_spu_feature_ownerid_get()
1567 return (nrf_owner_t)((p_reg->FEATURE.IPCT.CH[index] in nrf_spu_feature_ownerid_get()
1573 return (nrf_owner_t)((p_reg->FEATURE.IPCT.INTERRUPT[index] in nrf_spu_feature_ownerid_get()
1580 return (nrf_owner_t)((p_reg->FEATURE.DPPIC.CH[index] in nrf_spu_feature_ownerid_get()
1586 return (nrf_owner_t)((p_reg->FEATURE.DPPIC.CHG[index] in nrf_spu_feature_ownerid_get()
1593 return (nrf_owner_t)((p_reg->FEATURE.GPIOTE[index].CH[subindex] in nrf_spu_feature_ownerid_get()
1600 return (nrf_owner_t)((p_reg->FEATURE.GPIOTE[index].INTERRUPT[subindex] in nrf_spu_feature_ownerid_get()
1607 return (nrf_owner_t)((p_reg->FEATURE.GPIO[index].PIN[subindex] in nrf_spu_feature_ownerid_get()
1613 return (nrf_owner_t)((p_reg->FEATURE.GRTC.CC[index] in nrf_spu_feature_ownerid_get()
1618 return (nrf_owner_t)((p_reg->FEATURE.GRTC.SYSCOUNTER in nrf_spu_feature_ownerid_get()
1624 return (nrf_owner_t)((p_reg->FEATURE.GRTC.INTERRUPT[index] in nrf_spu_feature_ownerid_get()
1632 return (nrf_owner_t)((p_reg->FEATURE.BELLS.DOMAIN[index].BELL[subindex] in nrf_spu_feature_ownerid_get()
1638 return (nrf_owner_t)((p_reg->FEATURE.BELLS.PROCESSOR[index].TASKS[subindex] in nrf_spu_feature_ownerid_get()
1644 return (nrf_owner_t)((p_reg->FEATURE.BELLS.PROCESSOR[index].EVENTS[subindex] in nrf_spu_feature_ownerid_get()
1650 return (nrf_owner_t)((p_reg->FEATURE.BELLS.PROCESSOR[index].INTERRUPT[subindex] in nrf_spu_feature_ownerid_get()
1659 return (nrf_owner_t)((p_reg->FEATURE.TDD[index] in nrf_spu_feature_ownerid_get()
1667 return (nrf_owner_t)((p_reg->FEATURE.MRAMC[index].WAITSTATES in nrf_spu_feature_ownerid_get()
1673 return (nrf_owner_t)((p_reg->FEATURE.MRAMC[index].AUTODPOWERDOWN in nrf_spu_feature_ownerid_get()
1679 return (nrf_owner_t)((p_reg->FEATURE.MRAMC[index].READY in nrf_spu_feature_ownerid_get()
1686 return (nrf_owner_t)0; in nrf_spu_feature_ownerid_get()
2296 nrf_owner_t owner_id) in nrf_spu_feature_ownerid_set()