Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_context.h95 if ((spi_cfg->operation & SPI_LOCK_ON) && in spi_context_lock()
114 if (status >= 0 && (ctx->config->operation & SPI_LOCK_ON)) { in spi_context_release()
125 if (!(ctx->config->operation & SPI_LOCK_ON)) { in spi_context_release()
204 if (!(ctx->config->operation & SPI_LOCK_ON)) { in spi_context_complete()
Dspi_ambiq_bleif.c70 if (config->operation & SPI_LOCK_ON) { in spi_config()
Dspi_grlib_spimctrl.c63 if (config->operation & SPI_LOCK_ON) { in spi_config()
Dspi_litex.c77 if (config->operation & SPI_LOCK_ON) { in spi_config()
Dspi_litex_litespi.c86 if (config->operation & SPI_LOCK_ON) { in spi_config()
Dspi_ambiq_spid.c121 if (config->operation & SPI_LOCK_ON) { in spi_config()
Dspi_ambiq_spic.c148 if (config->operation & SPI_LOCK_ON) { in spi_config()
Dspi_xec_qmspi_ldma.c325 if (config->operation & SPI_LOCK_ON) { in spi_feature_support()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_bus_spi.c39 SPI_LOCK_ON, 1000U),
/Zephyr-latest/drivers/display/
Dls0xx.c272 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0),
Dssd1327.c336 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0), \
Ddisplay_st7735r.c500 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0), \
Duc81xx.c780 SPI_LOCK_ON | SPI_WORD_SET(8), \
Dssd16xx.c1059 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0), \
/Zephyr-latest/include/zephyr/drivers/
Dspi.h122 #define SPI_LOCK_ON BIT(13) macro
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_spi_st.c98 0, SPI_OP_MODE_MASTER | SPI_TRANSFER_MSB | SPI_WORD_SET(8) | SPI_LOCK_ON, 0);
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c840 (SPI_LOCK_ON | SPI_HOLD_ON_CS | SPI_WORD_SET(8) \
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/
Dspi.c706 lock_spec->config.operation |= SPI_LOCK_ON; in spi_resource_lock_test()
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1533 * :github:`29287` - spi: SPI_LOCK_ON does not hold the lock for multiple spi_transceive until spi_r…