Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c1050 assert_param(IS_SMARTCARD_OVERRUN(hsc->AdvancedInit.OverrunDisable)); in SMARTCARD_AdvFeatureConfig()
1051 MODIFY_REG(hsc->Instance->CR3, USART_CR3_OVRDIS, hsc->AdvancedInit.OverrunDisable); in SMARTCARD_AdvFeatureConfig()
A Dstm32f7xx_hal_uart.c1678 assert_param(IS_UART_OVERRUN(huart->AdvancedInit.OverrunDisable)); in UART_AdvFeatureConfig()
1679 MODIFY_REG(huart->Instance->CR3, USART_CR3_OVRDIS, huart->AdvancedInit.OverrunDisable); in UART_AdvFeatureConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_smartcard.h145 …uint32_t OverrunDisable; /*!< Specifies whether the reception overrun detection is disa… member
A Dstm32f7xx_hal_uart.h124 …uint32_t OverrunDisable; /*!< Specifies whether the reception overrun detection is disabled. member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_smartcard.h147 …uint32_t OverrunDisable; /*!< Specifies whether the reception overrun detection is disa… member
A Dstm32f0xx_hal_uart.h124 …uint32_t OverrunDisable; /*!< Specifies whether the reception overrun detection is disabled. member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_smartcard.c1800 assert_param(IS_SMARTCARD_OVERRUN(hsmartcard->AdvancedInit.OverrunDisable)); in SMARTCARD_AdvFeatureConfig()
1801 … MODIFY_REG(hsmartcard->Instance->CR3, USART_CR3_OVRDIS, hsmartcard->AdvancedInit.OverrunDisable); in SMARTCARD_AdvFeatureConfig()
A Dstm32f0xx_hal_uart.c2250 assert_param(IS_UART_OVERRUN(huart->AdvancedInit.OverrunDisable)); in UART_AdvFeatureConfig()
2251 MODIFY_REG(huart->Instance->CR3, USART_CR3_OVRDIS, huart->AdvancedInit.OverrunDisable); in UART_AdvFeatureConfig()

Completed in 23 milliseconds