Searched refs:nrf_spim_rx_amount_get (Results 1 – 2 of 2) sorted by relevance
773 uint32_t amount = nrf_spim_rx_amount_get(p_reg); in nrfy_spim_rx_amount_get()838 size_t size = stop ? nrf_spim_rx_amount_get(p_reg) : p_xfer->rx_length; in __nrfy_internal_spim_events_process()846 size_t size = stop ? nrf_spim_rx_amount_get(p_reg) : p_xfer->rx_length; in __nrfy_internal_spim_events_process()
962 NRF_STATIC_INLINE uint32_t nrf_spim_rx_amount_get(NRF_SPIM_Type const * p_reg);1476 NRF_STATIC_INLINE uint32_t nrf_spim_rx_amount_get(NRF_SPIM_Type const * p_reg) in nrf_spim_rx_amount_get() function