|
STM32F439xx HAL User Manual
|
PCDEx control functions. More...
Functions | |
| HAL_StatusTypeDef | HAL_PCDEx_SetTxFiFo (PCD_HandleTypeDef *hpcd, uint8_t fifo, uint16_t size) |
| Set Tx FIFO. | |
| HAL_StatusTypeDef | HAL_PCDEx_SetRxFiFo (PCD_HandleTypeDef *hpcd, uint16_t size) |
| Set Rx FIFO. | |
PCDEx control functions.
===============================================================================
##### Extended features functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Update FIFO configuration
| HAL_StatusTypeDef HAL_PCDEx_SetRxFiFo | ( | PCD_HandleTypeDef * | hpcd, |
| uint16_t | size | ||
| ) |
Set Rx FIFO.
| hpcd | PCD handle |
| size | Size of Rx fifo |
| HAL | status |
Definition at line 131 of file stm32f4xx_hal_pcd_ex.c.
References PCD_HandleTypeDef::Instance.
| HAL_StatusTypeDef HAL_PCDEx_SetTxFiFo | ( | PCD_HandleTypeDef * | hpcd, |
| uint8_t | fifo, | ||
| uint16_t | size | ||
| ) |
Set Tx FIFO.
| hpcd | PCD handle |
| fifo | The number of Tx fifo |
| size | Fifo size |
| HAL | status |
Definition at line 89 of file stm32f4xx_hal_pcd_ex.c.
References PCD_HandleTypeDef::Instance.
1.7.6.1