Searched refs:CLKPhase (Results 1 – 14 of 14) sorted by relevance
78 spi_handle.Init.CLKPhase = SPI_PHASE_1EDGE; in sensor_bus_init_early()
77 SpiHandle.Init.CLKPhase = SPI_PHASE_1EDGE; in memory_lcd_init()
88 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
77 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
89 …uint16_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
92 …uint32_t CLKPhase; /*!< Specifies the clock transition on which the bit capture i… member
78 uint32_t CLKPhase; /*!< Specifies the clock active edge for the bit capture. member
901 assert_param(IS_SMARTCARD_PHASE(hsc->Init.CLKPhase)); in SMARTCARD_SetConfig()929 tmpreg |= (uint32_t) hsc->Init.CLKPhase | hsc->Init.CLKLastBit; in SMARTCARD_SetConfig()
1536 assert_param(IS_USART_PHASE(husart->Init.CLKPhase)); in USART_SetConfig()1563 tmpreg |= ((uint32_t)husart->Init.CLKPolarity | (uint32_t)husart->Init.CLKPhase); in USART_SetConfig()
208 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init()258 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()
1683 assert_param(IS_SMARTCARD_PHASE(hsmartcard->Init.CLKPhase)); in SMARTCARD_SetConfig()1704 tmpreg |= (uint32_t) hsmartcard->Init.CLKPhase | hsmartcard->Init.CLKLastBit; in SMARTCARD_SetConfig()
2179 assert_param(IS_USART_PHASE(husart->Init.CLKPhase)); in USART_SetConfig()2205 tmpreg |= ((uint32_t)husart->Init.CLKPolarity | (uint32_t)husart->Init.CLKPhase); in USART_SetConfig()
304 assert_param(IS_SPI_CPHA(hspi->Init.CLKPhase)); in HAL_SPI_Init()366 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()
Completed in 34 milliseconds