STM32F439xx HAL User Manual
Functions
Peripheral Control functions
PCD Extended Exported Functions

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.

Detailed Description

PCDEx control functions.

 ===============================================================================
                 ##### Extended features functions #####
 ===============================================================================  
    [..]  This section provides functions allowing to:
      (+) Update FIFO configuration


Function Documentation

HAL_StatusTypeDef HAL_PCDEx_SetRxFiFo ( PCD_HandleTypeDef hpcd,
uint16_t  size 
)

Set Rx FIFO.

Parameters:
hpcdPCD handle
sizeSize of Rx fifo
Return values:
HALstatus

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.

Parameters:
hpcdPCD handle
fifoThe number of Tx fifo
sizeFifo size
Return values:
HALstatus

Definition at line 89 of file stm32f4xx_hal_pcd_ex.c.

References PCD_HandleTypeDef::Instance.