Searched refs:ss_pin (Results 1 – 4 of 4) sorted by relevance
59 uint8_t ss_pin; member157 nrf_gpio_pin_set(p_config->ss_pin); in nrfx_spi_init()158 nrf_gpio_cfg_output(p_config->ss_pin); in nrfx_spi_init()160 m_cb[p_instance->drv_inst_idx].ss_pin = p_config->ss_pin; in nrfx_spi_init()214 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in nrfx_spi_uninit()216 nrf_gpio_cfg_default(p_cb->ss_pin); in nrfx_spi_uninit()229 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in finish_transfer()231 nrf_gpio_pin_set(p_cb->ss_pin); in finish_transfer()341 nrf_gpio_pin_set(p_cb->ss_pin); in spi_xfer()376 if (p_cb->ss_pin != NRFX_SPI_PIN_NOT_USED) in nrfx_spi_xfer()[all …]
187 uint8_t ss_pin; member366 p_cb->ss_pin = p_config->ss_pin; in nrfx_spim_init()372 nrf_gpio_pin_clear(p_config->ss_pin); in nrfx_spim_init()376 nrf_gpio_pin_set(p_config->ss_pin); in nrfx_spim_init()378 nrf_gpio_cfg_output(p_config->ss_pin); in nrfx_spim_init()463 if (p_cb->ss_pin != NRFX_SPIM_PIN_NOT_USED) in nrfx_spim_uninit()465 nrf_gpio_cfg_default(p_cb->ss_pin); in nrfx_spim_uninit()505 if (p_cb->ss_pin != NRFX_SPIM_PIN_NOT_USED) in finish_transfer()517 nrf_gpio_pin_set(p_cb->ss_pin); in finish_transfer()692 if (p_cb->ss_pin != NRFX_SPIM_PIN_NOT_USED) in nrfx_spim_xfer()[all …]
96 uint8_t ss_pin; ///< Slave Select pin number (optional). member131 .ss_pin = _pin_ss, \
102 uint8_t ss_pin; ///< Slave Select pin number (optional). member170 .ss_pin = _pin_ss, \
Completed in 10 milliseconds