Skip to content

Commit a2d2cf5

Browse files
committed
[HAL][UART] Correct references to HAL_UARTEx_WakeupCallback and to HAL_UART_WAKEUP_CB_ID define, according to serie capabilities
1 parent 8396d9e commit a2d2cf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Src/stm32c0xx_hal_uart.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,9 @@ HAL_StatusTypeDef HAL_UART_UnRegisterRxEventCallback(UART_HandleTypeDef *huart)
10781078
reception services:
10791079
(+) HAL_UARTEx_RxEventCallback()
10801080
1081+
(#) Wakeup from Stop mode Callback:
1082+
(+) HAL_UARTEx_WakeupCallback()
1083+
10811084
(#) In Non-Blocking mode transfers, possible errors are split into 2 categories.
10821085
Errors are handled as follows :
10831086
(+) Error is considered as Recoverable and non blocking : Transfer could go till end, but error severity is

0 commit comments

Comments
 (0)