Home
last modified time | relevance | path

Searched refs:SPI_OP_MODE_GET (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-2.7.6/drivers/spi/
Dspi_sifive.c35 if (SPI_OP_MODE_GET(operation) != SPI_OP_MODE_MASTER) { in spi_config()
Dspi_cc13xx_cc26xx.c63 if (SPI_OP_MODE_GET(config->operation) != SPI_OP_MODE_MASTER) { in spi_cc13xx_cc26xx_configure()
Dspi_nrfx_spis.c72 if (SPI_OP_MODE_GET(spi_cfg->operation) == SPI_OP_MODE_MASTER) { in configure()
Dspi_nrfx_spi.c103 if (SPI_OP_MODE_GET(spi_cfg->operation) != SPI_OP_MODE_MASTER) { in configure()
Dspi_nrfx_spim.c123 if (SPI_OP_MODE_GET(spi_cfg->operation) != SPI_OP_MODE_MASTER) { in configure()
Dspi_sam.c64 if (SPI_OP_MODE_GET(config->operation) != SPI_OP_MODE_MASTER) { in spi_sam_configure()
Dspi_ll_stm32.c361 if (SPI_OP_MODE_GET(operation) == SPI_OP_MODE_MASTER) { in spi_stm32_shift_frames()
530 if (SPI_OP_MODE_GET(config->operation) == SPI_OP_MODE_MASTER) { in spi_stm32_configure()
Dspi_b91.c280 if (SPI_OP_MODE_GET(config->operation) == SPI_OP_MODE_SLAVE) { in spi_b91_is_config_supported()
Dspi_psoc6.c226 if (SPI_OP_MODE_GET(spi_cfg->operation) == SPI_OP_MODE_MASTER) { in spi_psoc6_configure()
Dspi_sam0.c82 if (SPI_OP_MODE_GET(config->operation) != SPI_OP_MODE_MASTER) { in spi_sam0_configure()
Dspi_mcux_flexcomm.c171 if (SPI_OP_MODE_GET(spi_cfg->operation) == SPI_OP_MODE_MASTER) { in spi_mcux_configure()
/Zephyr-Core-2.7.6/include/drivers/
Dspi.h37 #define SPI_OP_MODE_GET(_operation_) ((_operation_) & SPI_OP_MODE_MASK) macro