Searched refs:SPI_LOCK_ON (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_context.h | 95 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()
|
D | spi_ambiq_bleif.c | 70 if (config->operation & SPI_LOCK_ON) { in spi_config()
|
D | spi_grlib_spimctrl.c | 63 if (config->operation & SPI_LOCK_ON) { in spi_config()
|
D | spi_litex.c | 77 if (config->operation & SPI_LOCK_ON) { in spi_config()
|
D | spi_litex_litespi.c | 86 if (config->operation & SPI_LOCK_ON) { in spi_config()
|
D | spi_ambiq_spid.c | 121 if (config->operation & SPI_LOCK_ON) { in spi_config()
|
D | spi_ambiq_spic.c | 148 if (config->operation & SPI_LOCK_ON) { in spi_config()
|
D | spi_xec_qmspi_ldma.c | 325 if (config->operation & SPI_LOCK_ON) { in spi_feature_support()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_bus_spi.c | 39 SPI_LOCK_ON, 1000U),
|
/Zephyr-latest/drivers/display/ |
D | ls0xx.c | 272 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0),
|
D | ssd1327.c | 336 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0), \
|
D | display_st7735r.c | 500 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0), \
|
D | uc81xx.c | 780 SPI_LOCK_ON | SPI_WORD_SET(8), \
|
D | ssd16xx.c | 1059 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0), \
|
/Zephyr-latest/include/zephyr/drivers/ |
D | spi.h | 122 #define SPI_LOCK_ON BIT(13) macro
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_spi_st.c | 98 0, SPI_OP_MODE_MASTER | SPI_TRANSFER_MSB | SPI_WORD_SET(8) | SPI_LOCK_ON, 0);
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_spi.c | 840 (SPI_LOCK_ON | SPI_HOLD_ON_CS | SPI_WORD_SET(8) \
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/ |
D | spi.c | 706 lock_spec->config.operation |= SPI_LOCK_ON; in spi_resource_lock_test()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1533 * :github:`29287` - spi: SPI_LOCK_ON does not hold the lock for multiple spi_transceive until spi_r…
|