Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/hal/
Dnrf_stm.h150 } nrf_stm_spfeat1r_syncen_t; typedef
350 NRF_STATIC_INLINE nrf_stm_spfeat1r_syncen_t nrf_stm_spfeat1r_syncen_get(NRF_STM_Type const * p_reg);
732 NRF_STATIC_INLINE nrf_stm_spfeat1r_syncen_t nrf_stm_spfeat1r_syncen_get(NRF_STM_Type const * p_reg) in nrf_stm_spfeat1r_syncen_get()
734 return (nrf_stm_spfeat1r_syncen_t)((p_reg->SPFEAT1R & STM_SPFEAT1R_SYNCEN_Msk) in nrf_stm_spfeat1r_syncen_get()