STM32H735xx HAL User Manual
|
typedef uint32_t HAL_UART_RxTypeTypeDef |
HAL UART Reception type definition.
Definition at line 206 of file stm32h7xx_hal_uart.h.
typedef uint32_t HAL_UART_StateTypeDef |
HAL UART State definition.
Definition at line 179 of file stm32h7xx_hal_uart.h.
typedef void(* pUART_CallbackTypeDef)(UART_HandleTypeDef *huart) |
HAL UART Callback pointer definition.
pointer to an UART callback function
Definition at line 307 of file stm32h7xx_hal_uart.h.
typedef void(* pUART_RxEventCallbackTypeDef)(struct __UART_HandleTypeDef *huart, uint16_t Pos) |
pointer to a UART Rx Event specific callback function
Definition at line 309 of file stm32h7xx_hal_uart.h.
typedef struct __UART_HandleTypeDef UART_HandleTypeDef |
UART handle Structure definition.
HAL UART Callback ID enumeration definition.
Definition at line 285 of file stm32h7xx_hal_uart.h.
UART clock sources definition.
Definition at line 184 of file stm32h7xx_hal_uart.h.