Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_smartcard.h76 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
A Dstm32l1xx_hal_usart.h76 …uint32_t CLKLastBit; /*!< Specifies whether the clock pulse corresponding to the la… member
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_smartcard.c2268 assert_param(IS_SMARTCARD_LASTBIT(hsc->Init.CLKLastBit)); in SMARTCARD_SetConfig()
2290 hsc->Init.CLKPhase| hsc->Init.CLKLastBit | hsc->Init.StopBits); in SMARTCARD_SetConfig()
A Dstm32l1xx_hal_usart.c2724 assert_param(IS_USART_LASTBIT(husart->Init.CLKLastBit)); in USART_SetConfig()
2745 husart->Init.CLKPhase | husart->Init.CLKLastBit | husart->Init.StopBits); in USART_SetConfig()

Completed in 21 milliseconds