Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_spi.h244 NRF_STATIC_INLINE uint32_t nrf_spi_mosi_pin_get(NRF_SPI_Type const * p_reg);
401 NRF_STATIC_INLINE uint32_t nrf_spi_mosi_pin_get(NRF_SPI_Type const * p_reg) in nrf_spi_mosi_pin_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spi.c242 uint32_t mosi_pin = nrf_spi_mosi_pin_get(p_spi); in nrfx_spi_uninit()