Searched refs:ClockPhase (Results 1 – 4 of 4) sorted by relevance
357 assert_param(IS_LL_USART_CLOCKPHASE(USART_ClockInitStruct->ClockPhase)); in LL_USART_ClockInit()370 USART_ClockInitStruct->ClockPhase | USART_ClockInitStruct->LastBitClockPulse); in LL_USART_ClockInit()393 …USART_ClockInitStruct->ClockPhase = LL_USART_PHASE_1EDGE; /* Not relevant when … in LL_USART_ClockStructInit()
190 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()213 SPI_InitStruct->ClockPolarity | SPI_InitStruct->ClockPhase | in LL_SPI_Init()255 SPI_InitStruct->ClockPhase = LL_SPI_PHASE_1EDGE; in LL_SPI_StructInit()
76 uint32_t ClockPhase; /*!< Specifies the clock active edge for the bit capture. member400 __STATIC_INLINE void LL_SPI_SetClockPhase(SPI_TypeDef *SPIx, uint32_t ClockPhase) in LL_SPI_SetClockPhase() argument402 MODIFY_REG(SPIx->CR1, SPI_CR1_CPHA, ClockPhase); in LL_SPI_SetClockPhase()
130 …uint32_t ClockPhase; /*!< Specifies the clock transition on which the bit capture i… member675 __STATIC_INLINE void LL_USART_SetClockPhase(USART_TypeDef *USARTx, uint32_t ClockPhase) in LL_USART_SetClockPhase() argument677 MODIFY_REG(USARTx->CR2, USART_CR2_CPHA, ClockPhase); in LL_USART_SetClockPhase()
Completed in 16 milliseconds