Lines Matching refs:ss_pin
58 uint8_t ss_pin; member
101 if (p_config->ss_pin != NRFX_SPI_PIN_NOT_USED) in pins_configure()
103 nrf_gpio_pin_set(p_config->ss_pin); in pins_configure()
104 nrf_gpio_cfg_output(p_config->ss_pin); in pins_configure()
113 m_cb[p_instance->drv_inst_idx].ss_pin = p_config->ss_pin; in spi_configure()
181 p_cb->ss_pin = p_config->ss_pin; in nrfx_spi_init()
248 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in nrfx_spi_uninit()
250 nrf_gpio_cfg_default(p_cb->ss_pin); in nrfx_spi_uninit()
272 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in finish_transfer()
274 nrf_gpio_pin_write(p_cb->ss_pin, 1); in finish_transfer()
382 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in spi_xfer()
384 nrf_gpio_pin_write(p_cb->ss_pin, 1); in spi_xfer()
420 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in nrfx_spi_xfer()
422 nrf_gpio_pin_write(p_cb->ss_pin, 0); in nrfx_spi_xfer()