Home
last modified time | relevance | path

Searched refs:CLKPolarity (Results 1 – 14 of 14) sorted by relevance

/lk-master/target/dartuinoP0/
A Dsensor_bus.c79 spi_handle.Init.CLKPolarity = SPI_POLARITY_LOW; in sensor_bus_init_early()
A Dmemory_lcd.c78 SpiHandle.Init.CLKPolarity = SPI_POLARITY_LOW; in memory_lcd_init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_usart.h85 uint32_t CLKPolarity; /*!< Specifies the steady state of the serial clock. member
A Dstm32f0xx_hal_spi.h74 uint32_t CLKPolarity; /*!< Specifies the serial clock steady state. member
A Dstm32f0xx_hal_smartcard.h86 uint16_t CLKPolarity; /*!< Specifies the steady state of the serial clock. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_usart.h89 uint32_t CLKPolarity; /*!< Specifies the steady state of the serial clock. member
A Dstm32f7xx_hal_smartcard.h85 uint32_t CLKPolarity; /*!< Specifies the steady state of the serial clock. member
A Dstm32f7xx_hal_spi.h75 uint32_t CLKPolarity; /*!< Specifies the serial clock steady state. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c900 assert_param(IS_SMARTCARD_POLARITY(hsc->Init.CLKPolarity)); in SMARTCARD_SetConfig()
928 tmpreg |= (uint32_t) USART_CR2_CLKEN | hsc->Init.CLKPolarity; in SMARTCARD_SetConfig()
A Dstm32f7xx_hal_usart.c1535 assert_param(IS_USART_POLARITY(husart->Init.CLKPolarity)); in USART_SetConfig()
1563 tmpreg |= ((uint32_t)husart->Init.CLKPolarity | (uint32_t)husart->Init.CLKPhase); in USART_SetConfig()
A Dstm32f7xx_hal_spi.c207 assert_param(IS_SPI_CPOL(hspi->Init.CLKPolarity)); in HAL_SPI_Init()
258 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard.c1682 assert_param(IS_SMARTCARD_POLARITY(hsmartcard->Init.CLKPolarity)); in SMARTCARD_SetConfig()
1703 tmpreg |= (uint32_t) USART_CR2_CLKEN | hsmartcard->Init.CLKPolarity; in SMARTCARD_SetConfig()
A Dstm32f0xx_hal_usart.c2178 assert_param(IS_USART_POLARITY(husart->Init.CLKPolarity)); in USART_SetConfig()
2205 tmpreg |= ((uint32_t)husart->Init.CLKPolarity | (uint32_t)husart->Init.CLKPhase); in USART_SetConfig()
A Dstm32f0xx_hal_spi.c303 assert_param(IS_SPI_CPOL(hspi->Init.CLKPolarity)); in HAL_SPI_Init()
366 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()

Completed in 31 milliseconds