Searched refs:nrf_spis_semstat_t (Results 1 – 1 of 1) sorted by relevance
214 } nrf_spis_semstat_t; typedef402 NRF_STATIC_INLINE nrf_spis_semstat_t nrf_spis_semaphore_status_get(NRF_SPIS_Type const * p_reg);839 NRF_STATIC_INLINE nrf_spis_semstat_t nrf_spis_semaphore_status_get(NRF_SPIS_Type const * p_reg) in nrf_spis_semaphore_status_get()841 return (nrf_spis_semstat_t) ((p_reg->SEMSTAT & SPIS_SEMSTAT_SEMSTAT_Msk) in nrf_spis_semaphore_status_get()