Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_spi.c162 NRF_SPI_Type * p_spi = p_instance->p_reg; in nrfx_spi_init() local
169 nrf_spi_enable(p_spi); in nrfx_spi_init()
190 NRF_SPI_Type * p_spi = p_instance->p_reg; in nrfx_spi_uninit() local
198 nrf_spi_disable(p_spi); in nrfx_spi_uninit()
202 uint32_t miso_pin = nrf_spi_miso_pin_get(p_spi); in nrfx_spi_uninit()
208 uint32_t mosi_pin = nrf_spi_mosi_pin_get(p_spi); in nrfx_spi_uninit()
287 nrf_spi_txd_set(p_spi, p_cb->orc); in transfer_byte()
307 nrf_spi_txd_set(p_spi, in spi_xfer()
320 nrf_spi_txd_set(p_spi, p_cb->orc); in spi_xfer()
338 } while (transfer_byte(p_spi, p_cb)); in spi_xfer()
[all …]

Completed in 2 milliseconds