We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8396d9e commit a2d2cf5Copy full SHA for a2d2cf5
Src/stm32c0xx_hal_uart.c
@@ -1078,6 +1078,9 @@ HAL_StatusTypeDef HAL_UART_UnRegisterRxEventCallback(UART_HandleTypeDef *huart)
1078
reception services:
1079
(+) HAL_UARTEx_RxEventCallback()
1080
1081
+ (#) Wakeup from Stop mode Callback:
1082
+ (+) HAL_UARTEx_WakeupCallback()
1083
+
1084
(#) In Non-Blocking mode transfers, possible errors are split into 2 categories.
1085
Errors are handled as follows :
1086
(+) Error is considered as Recoverable and non blocking : Transfer could go till end, but error severity is
0 commit comments