Home
last modified time | relevance | path

Searched refs:SPI_DataSize_8b (Results 1 – 7 of 7) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h156 #define SPI_DataSize_8b ((uint16_t)0x0000) macro
158 ((DATASIZE) == SPI_DataSize_8b))
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h159 #define SPI_DataSize_8b ((uint16_t)0x0000) macro
161 ((DATASIZE) == SPI_DataSize_8b))
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h180 #define SPI_DataSize_8b ((uint16_t)0x0000) macro
182 ((DATASIZE) == SPI_DataSize_8b))
/lk-master/target/qemu-m4/
A Dm4display.c112 init_struct.SPI_DataSize = SPI_DataSize_8b; in init_display()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c377 SPI_InitStruct->SPI_DataSize = SPI_DataSize_8b; in SPI_StructInit()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c420 SPI_InitStruct->SPI_DataSize = SPI_DataSize_8b; in SPI_StructInit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c495 SPI_InitStruct->SPI_DataSize = SPI_DataSize_8b; in SPI_StructInit()

Completed in 13 milliseconds