Home
last modified time | relevance | path

Searched refs:OneBitSampling (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c903 assert_param(IS_SMARTCARD_ONE_BIT_SAMPLE(hsc->Init.OneBitSampling)); in SMARTCARD_SetConfig()
940 tmpreg = (uint32_t) hsc->Init.OneBitSampling | hsc->Init.NACKState; in SMARTCARD_SetConfig()
A Dstm32f7xx_hal_uart.c1556 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
1580 tmpreg = (uint32_t)huart->Init.HwFlowCtl | huart->Init.OneBitSampling ; in UART_SetConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_smartcard.h95 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' majo… member
A Dstm32f7xx_hal_uart.h98 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_smartcard.h96 …uint16_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
A Dstm32f0xx_hal_uart.h97 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard.c1685 assert_param(IS_SMARTCARD_ONE_BIT_SAMPLE(hsmartcard->Init.OneBitSampling)); in SMARTCARD_SetConfig()
1715 tmpreg = (uint32_t) hsmartcard->Init.OneBitSampling | hsmartcard->Init.NACKEnable; in SMARTCARD_SetConfig()
A Dstm32f0xx_hal_uart.c2124 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
2149 tmpreg = (uint32_t)huart->Init.HwFlowCtl | huart->Init.OneBitSampling ; in UART_SetConfig()

Completed in 24 milliseconds