Home
last modified time | relevance | path

Searched refs:ClockPhase (Results 1 – 4 of 4) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_usart.c357 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()
A Dstm32l1xx_ll_spi.c190 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()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_spi.h76 uint32_t ClockPhase; /*!< Specifies the clock active edge for the bit capture. member
400 __STATIC_INLINE void LL_SPI_SetClockPhase(SPI_TypeDef *SPIx, uint32_t ClockPhase) in LL_SPI_SetClockPhase() argument
402 MODIFY_REG(SPIx->CR1, SPI_CR1_CPHA, ClockPhase); in LL_SPI_SetClockPhase()
A Dstm32l1xx_ll_usart.h130 …uint32_t ClockPhase; /*!< Specifies the clock transition on which the bit capture i… member
675 __STATIC_INLINE void LL_USART_SetClockPhase(USART_TypeDef *USARTx, uint32_t ClockPhase) in LL_USART_SetClockPhase() argument
677 MODIFY_REG(USARTx->CR2, USART_CR2_CPHA, ClockPhase); in LL_USART_SetClockPhase()

Completed in 16 milliseconds