Home
last modified time | relevance | path

Searched refs:SPI_DIRECTION_2LINES_FULLDUPLEX (Results 1 – 11 of 11) sorted by relevance

/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_spi.h54 SPI_DIRECTION_2LINES_FULLDUPLEX = 0x0000, enumerator
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_spi.h54 SPI_DIRECTION_2LINES_FULLDUPLEX = 0x0000, enumerator
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_spi.h54 SPI_DIRECTION_2LINES_FULLDUPLEX = 0x0000, enumerator
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_spi.h58 SPI_DIRECTION_2LINES_FULLDUPLEX = 0x0000, /*!< 2 lines full duplex */ enumerator
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_spi.c91 spiConfig->direction = SPI_DIRECTION_2LINES_FULLDUPLEX; in SPI_ConfigStructInit()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_spi.c166 spiConfig->direction = SPI_DIRECTION_2LINES_FULLDUPLEX; in SPI_ConfigStructInit()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_spi.h58SPI_DIRECTION_2LINES_FULLDUPLEX = ((uint16_t)0x0000), /*!< Full duplex mode,in 2-line unidire… enumerator
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_spi.c166 spiConfig->direction = SPI_DIRECTION_2LINES_FULLDUPLEX; in SPI_ConfigStructInit()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_spi.c196 spiConfig->direction = SPI_DIRECTION_2LINES_FULLDUPLEX; in SPI_ConfigStructInit()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_spi.c194 spiConfig->direction = SPI_DIRECTION_2LINES_FULLDUPLEX; in SPI_ConfigStructInit()
/bsp/apm32/libraries/Drivers/
A Ddrv_spi.c122 ….direction = (cfg->mode & RT_SPI_3WIRE) ? SPI_DIRECTION_1LINE_RX : SPI_DIRECTION_2LINES_FULLDUPLEX; in apm32_spi_configure()

Completed in 30 milliseconds