Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c168 assert_param(IS_SPI_CPOL(SPI_InitStruct->SPI_CPOL)); in SPI_Init()
189 SPI_InitStruct->SPI_DataSize | SPI_InitStruct->SPI_CPOL | in SPI_Init()
379 SPI_InitStruct->SPI_CPOL = SPI_CPOL_Low; in SPI_StructInit()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c227 assert_param(IS_SPI_CPOL(SPI_InitStruct->SPI_CPOL)); in SPI_Init()
248 SPI_InitStruct->SPI_DataSize | SPI_InitStruct->SPI_CPOL | in SPI_Init()
422 SPI_InitStruct->SPI_CPOL = SPI_CPOL_Low; in SPI_StructInit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c295 assert_param(IS_SPI_CPOL(SPI_InitStruct->SPI_CPOL)); in SPI_Init()
316 SPI_InitStruct->SPI_DataSize | SPI_InitStruct->SPI_CPOL | in SPI_Init()
497 SPI_InitStruct->SPI_CPOL = SPI_CPOL_Low; in SPI_StructInit()
/lk-master/target/qemu-m4/
A Dm4display.c113 init_struct.SPI_CPOL = SPI_CPOL_Low; in init_display()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h60 uint16_t SPI_CPOL; /*!< Specifies the serial clock steady state. member
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h65 uint16_t SPI_CPOL; /*!< Specifies the serial clock steady state. member
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h65 uint16_t SPI_CPOL; /*!< Specifies the serial clock steady state. member

Completed in 12 milliseconds