Searched refs:SPI_HOLD_ON_CS (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/tests/boards/mec15xxevb_assy6853/qspi/src/ |
D | main.c | 322 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/ |
D | hci_ambiq.c | 99 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/ |
D | spi_xlnx_axi_quadspi.c | 134 } 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()
|
D | spi_xmc4xxx.c | 180 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()
|
D | spi_xec_qmspi_ldma.c | 660 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()
|
D | spi_context.h | 245 ctx->config->operation & SPI_HOLD_ON_CS) { in _spi_context_cs_control()
|
D | spi_ambiq_spic.c | 314 data->cont = (config->operation & SPI_HOLD_ON_CS) ? true : false; in spi_ambiq_xfer()
|
D | spi_xec_qmspi.c | 566 if (!(config->operation & SPI_HOLD_ON_CS)) { in qmspi_transceive()
|
D | spi_nxp_s32.c | 293 hold_cs = !!(spi_cfg->operation & SPI_HOLD_ON_CS); in spi_nxp_s32_configure()
|
D | spi_nrfx_spim.c | 154 if (NRF_SPIM_IS_320MHZ_SPIM(reg) && !(dev_data->ctx.config->operation & SPI_HOLD_ON_CS)) { in finalize_spi_transaction()
|
D | spi_pw.c | 586 if (config->operation & SPI_HOLD_ON_CS) { in spi_pw_configure()
|
D | spi_ll_stm32.c | 522 if (!(data->ctx.config->operation & SPI_HOLD_ON_CS)) { in spi_stm32_complete()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | mipi_dbi.h | 61 COND_CODE_1(DT_PROP(node_id, mipi_hold_cs), SPI_HOLD_ON_CS, (0)), \
|
D | spi.h | 116 #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/ |
D | eswifi_bus_spi.c | 38 SPI_WORD_SET(16) | SPI_HOLD_ON_CS |
|
/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 | ssd16xx.c | 1059 SPI_HOLD_ON_CS | SPI_LOCK_ON, 0), \
|
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/ |
D | main.c | 321 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/ |
D | adc_max11102_17.c | 59 bus.config.operation |= SPI_HOLD_ON_CS; in max11102_17_switch_channel()
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_spi.c | 407 tmp_config.operation |= SPI_HOLD_ON_CS; in mipi_dbi_spi_read_helper_4wire()
|
/Zephyr-latest/tests/boards/mec172xevb_assy6906/qspi/src/ |
D | main.c | 60 | SPI_LINES_SINGLE | SPI_HOLD_ON_CS),
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_spi.c | 840 (SPI_LOCK_ON | SPI_HOLD_ON_CS | SPI_WORD_SET(8) \
|