Searched refs:OverrunDisable (Results 1 – 8 of 8) sorted by relevance
1050 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()
1678 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()
145 …uint32_t OverrunDisable; /*!< Specifies whether the reception overrun detection is disa… member
124 …uint32_t OverrunDisable; /*!< Specifies whether the reception overrun detection is disabled. member
147 …uint32_t OverrunDisable; /*!< Specifies whether the reception overrun detection is disa… member
1800 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()
2250 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