|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for UART Private Functions:Functions | |
| HAL_StatusTypeDef | UART_Start_Receive_IT (UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size) |
| Start Receive operation in interrupt mode. More... | |
| HAL_StatusTypeDef | UART_Start_Receive_DMA (UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size) |
| Start Receive operation in DMA mode. More... | |
| void | UART_InitCallbacksToDefault (UART_HandleTypeDef *huart) |
| Initialize the callbacks to their default values. More... | |
| void UART_InitCallbacksToDefault | ( | UART_HandleTypeDef * | huart | ) |
Initialize the callbacks to their default values.
| huart | UART handle. |
| none |
Definition at line 2966 of file stm32f4xx_hal_uart.c.
| HAL_StatusTypeDef UART_Start_Receive_DMA | ( | UART_HandleTypeDef * | huart, |
| uint8_t * | pData, | ||
| uint16_t | Size | ||
| ) |
Start Receive operation in DMA mode.
| huart | UART handle. |
| pData | Pointer to data buffer (u8 or u16 data elements). |
| Size | Amount of data elements (u8 or u16) to be received. |
| HAL | status |
Definition at line 3271 of file stm32f4xx_hal_uart.c.
| HAL_StatusTypeDef UART_Start_Receive_IT | ( | UART_HandleTypeDef * | huart, |
| uint8_t * | pData, | ||
| uint16_t | Size | ||
| ) |
Start Receive operation in interrupt mode.
| huart | UART handle. |
| pData | Pointer to data buffer (u8 or u16 data elements). |
| Size | Amount of data elements (u8 or u16) to be received. |
| HAL | status |
Definition at line 3236 of file stm32f4xx_hal_uart.c.