Searched refs:p_spi (Results 1 – 1 of 1) sorted by relevance
220 NRF_SPI_Type * p_spi = p_instance->p_reg; in nrfx_spi_uninit() local227 nrf_spi_int_disable(p_spi, NRF_SPI_ALL_INTS_MASK); in nrfx_spi_uninit()230 nrf_spi_disable(p_spi); in nrfx_spi_uninit()234 nrf_gpio_cfg_default(nrf_spi_sck_pin_get(p_spi)); in nrfx_spi_uninit()236 uint32_t miso_pin = nrf_spi_miso_pin_get(p_spi); in nrfx_spi_uninit()242 uint32_t mosi_pin = nrf_spi_mosi_pin_get(p_spi); in nrfx_spi_uninit()289 static bool transfer_byte(NRF_SPI_Type * p_spi, spi_control_block_t * p_cb) in transfer_byte() argument294 volatile uint8_t rx_data = nrf_spi_rxd_get(p_spi); in transfer_byte()325 nrf_spi_txd_set(p_spi, p_cb->evt.xfer_desc.p_tx_buffer[bytes_used]); in transfer_byte()330 nrf_spi_txd_set(p_spi, p_cb->orc); in transfer_byte()[all …]