Home
last modified time | relevance | path

Searched refs:SPI_HOLD_ON_CS (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/tests/boards/mec15xxevb_assy6853/qspi/src/
Dmain.c322 spi_cfg_single.operation |= SPI_HOLD_ON_CS; in ZTEST_USER()
494 spi_cfg_single.operation |= SPI_HOLD_ON_CS; in test_spi_quad_write()
562 spi_cfg_single.operation |= SPI_HOLD_ON_CS; in ZTEST_USER()
618 spi_cfg_single.operation |= SPI_HOLD_ON_CS; in ZTEST_USER()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ambiq.c99 spi_bus.config.operation |= SPI_HOLD_ON_CS; in bt_spi_transceive()
101 spi_bus.config.operation &= ~SPI_HOLD_ON_CS; in bt_spi_transceive()
/Zephyr-latest/drivers/spi/
Dspi_xlnx_axi_quadspi.c134 } else if (ctx->config->operation & SPI_HOLD_ON_CS) { in xlnx_quadspi_cs_control()
249 if ((ctx->config->operation & SPI_HOLD_ON_CS) == 0U) { in xlnx_quadspi_start_tx()
318 if ((ctx->config->operation & SPI_HOLD_ON_CS) == 0U) { in xlnx_quadspi_start_tx()
Dspi_xmc4xxx.c180 if (!(ctx->config->operation & SPI_HOLD_ON_CS)) { in spi_xmc4xxx_isr()
305 if (!(spi_cfg->operation & SPI_HOLD_ON_CS)) { in spi_xmc4xxx_transceive()
469 if (!(spi_cfg->operation & SPI_HOLD_ON_CS)) { in spi_xmc4xxx_transceive_dma()
Dspi_xec_qmspi_ldma.c660 if (!(spi_cfg->operation & SPI_HOLD_ON_CS)) { in qmspi_xfr_sync()
771 if (!(config->operation & SPI_HOLD_ON_CS)) { in qmspi_transceive()
876 if (!(ctx->owner->operation & SPI_HOLD_ON_CS)) { in qmspi_xec_isr()
Dspi_context.h245 ctx->config->operation & SPI_HOLD_ON_CS) { in _spi_context_cs_control()
Dspi_ambiq_spic.c314 data->cont = (config->operation & SPI_HOLD_ON_CS) ? true : false; in spi_ambiq_xfer()
Dspi_xec_qmspi.c566 if (!(config->operation & SPI_HOLD_ON_CS)) { in qmspi_transceive()
Dspi_nxp_s32.c293 hold_cs = !!(spi_cfg->operation & SPI_HOLD_ON_CS); in spi_nxp_s32_configure()
Dspi_nrfx_spim.c154 if (NRF_SPIM_IS_320MHZ_SPIM(reg) && !(dev_data->ctx.config->operation & SPI_HOLD_ON_CS)) { in finalize_spi_transaction()
Dspi_pw.c586 if (config->operation & SPI_HOLD_ON_CS) { in spi_pw_configure()
Dspi_ll_stm32.c522 if (!(data->ctx.config->operation & SPI_HOLD_ON_CS)) { in spi_stm32_complete()
/Zephyr-latest/include/zephyr/drivers/
Dmipi_dbi.h61 COND_CODE_1(DT_PROP(node_id, mipi_hold_cs), SPI_HOLD_ON_CS, (0)), \
Dspi.h116 #define SPI_HOLD_ON_CS BIT(12) macro
355 COND_CODE_1(DT_PROP(node_id, spi_hold_cs), SPI_HOLD_ON_CS, (0)), \
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_bus_spi.c38 SPI_WORD_SET(16) | SPI_HOLD_ON_CS |
/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), \
Dssd16xx.c1059 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0), \
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/
Dmain.c321 spi_cfg_cmd->operation |= SPI_HOLD_ON_CS; in spi_flash_read_hd_sync()
323 spi_cfg_cmd->operation &= ~SPI_HOLD_ON_CS; in spi_flash_read_hd_sync()
/Zephyr-latest/drivers/adc/
Dadc_max11102_17.c59 bus.config.operation |= SPI_HOLD_ON_CS; in max11102_17_switch_channel()
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_spi.c407 tmp_config.operation |= SPI_HOLD_ON_CS; in mipi_dbi_spi_read_helper_4wire()
/Zephyr-latest/tests/boards/mec172xevb_assy6906/qspi/src/
Dmain.c60 | SPI_LINES_SINGLE | SPI_HOLD_ON_CS),
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c840 (SPI_LOCK_ON | SPI_HOLD_ON_CS | SPI_WORD_SET(8) \