Searched defs:OverSampling (Results 1 – 6 of 6) sorted by relevance
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_usart.h | 111 uint32_t OverSampling; /*!< Specifies whether USART oversampling mode is 16 or 8. member 620 __STATIC_INLINE void LL_USART_SetOverSampling(USART_TypeDef *USARTx, uint32_t OverSampling) in LL_USART_SetOverSampling() 1025 …_INLINE void LL_USART_SetBaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling, in LL_USART_SetBaudRate() 1050 …INE uint32_t LL_USART_GetBaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling) in LL_USART_GetBaudRate()
|
D | stm32l1xx_hal_uart.h | 93 …uint32_t OverSampling; /*!< Specifies wether the Over sampling 8 is enabled or disabl… member
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_usart.h | 126 uint32_t OverSampling; /*!< Specifies whether USART oversampling mode is 16 or 8. member 839 __STATIC_INLINE void LL_USART_SetOverSampling(USART_TypeDef *USARTx, uint32_t OverSampling) in LL_USART_SetOverSampling() 1591 …_INLINE void LL_USART_SetBaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling, in LL_USART_SetBaudRate() 1622 …INE uint32_t LL_USART_GetBaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling) in LL_USART_GetBaudRate()
|
D | stm32l0xx_hal_uart.h | 94 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_usart.h | 149 uint32_t OverSampling; /*!< Specifies whether USART oversampling mode is 16 or 8. member 1163 __STATIC_INLINE void LL_USART_SetOverSampling(USART_TypeDef *USARTx, uint32_t OverSampling) in LL_USART_SetOverSampling() 1985 …BaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t PrescalerValue, uint32_t OverSampling, in LL_USART_SetBaudRate() 2045 …BaudRate(USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t PrescalerValue, uint32_t OverSampling) in LL_USART_GetBaudRate()
|
D | stm32l4xx_hal_uart.h | 101 …uint32_t OverSampling; /*!< Specifies whether the Over sampling 8 is enabled or disab… member
|