STM32H735xx HAL User Manual
Functions
IRQ Handler and Callbacks
PSSI Exported Functions

Functions

void HAL_PSSI_IRQHandler (PSSI_HandleTypeDef *hpssi)
 This function handles PSSI event interrupt request.
__weak void HAL_PSSI_TxCpltCallback (PSSI_HandleTypeDef *hpssi)
 Tx Transfer complete callback.
__weak void HAL_PSSI_RxCpltCallback (PSSI_HandleTypeDef *hpssi)
 Rx Transfer complete callback.
__weak void HAL_PSSI_ErrorCallback (PSSI_HandleTypeDef *hpssi)
 PSSI error callback.
__weak void HAL_PSSI_AbortCpltCallback (PSSI_HandleTypeDef *hpssi)
 PSSI abort callback.

Function Documentation

PSSI abort callback.

Parameters:
hpssiPointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI.
Return values:
None

Definition at line 1439 of file stm32h7xx_hal_pssi.c.

Referenced by HAL_PSSI_Init(), and HAL_PSSI_UnRegisterCallback().

PSSI error callback.

Parameters:
hpssiPointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI.
Return values:
None

Definition at line 1423 of file stm32h7xx_hal_pssi.c.

Referenced by HAL_PSSI_Init(), and HAL_PSSI_UnRegisterCallback().

Rx Transfer complete callback.

Parameters:
hpssiPointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI.
Return values:
None

Definition at line 1406 of file stm32h7xx_hal_pssi.c.

Referenced by HAL_PSSI_Init(), and HAL_PSSI_UnRegisterCallback().

Tx Transfer complete callback.

Parameters:
hpssiPointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI.
Return values:
None

Definition at line 1390 of file stm32h7xx_hal_pssi.c.

Referenced by HAL_PSSI_Init(), and HAL_PSSI_UnRegisterCallback().