Home
last modified time | relevance | path

Searched refs:spi_operation_t (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dspi.h293 typedef uint32_t spi_operation_t; typedef
295 typedef uint16_t spi_operation_t; typedef
324 spi_operation_t operation;
/Zephyr-latest/drivers/spi/
Dspi_shell.c88 spi_operation_t operation = SPI_WORD_SET(8) | SPI_OP_MODE_MASTER; in cmd_spi_conf()
Dspi_npcx_spip.c49 spi_operation_t operation = spi_cfg->operation; in spi_npcx_spip_configure()
Dspi_ll_stm32.c465 spi_operation_t operation = data->ctx.config->operation; in spi_stm32_shift_frames()