STM32H735xx HAL User Manual
|
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. |
void HAL_PSSI_AbortCpltCallback | ( | PSSI_HandleTypeDef * | hpssi | ) |
PSSI abort callback.
hpssi | Pointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI. |
None |
Definition at line 1439 of file stm32h7xx_hal_pssi.c.
Referenced by HAL_PSSI_Init(), and HAL_PSSI_UnRegisterCallback().
void HAL_PSSI_ErrorCallback | ( | PSSI_HandleTypeDef * | hpssi | ) |
PSSI error callback.
hpssi | Pointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI. |
None |
Definition at line 1423 of file stm32h7xx_hal_pssi.c.
Referenced by HAL_PSSI_Init(), and HAL_PSSI_UnRegisterCallback().
void HAL_PSSI_IRQHandler | ( | PSSI_HandleTypeDef * | hpssi | ) |
This function handles PSSI event interrupt request.
hpssi | Pointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI. |
None |
Definition at line 1283 of file stm32h7xx_hal_pssi.c.
References __PSSI_HandleTypeDef::AbortCpltCallback, __PSSI_HandleTypeDef::ErrorCallback, __PSSI_HandleTypeDef::ErrorCode, HAL_DMA_Abort_IT(), HAL_PSSI_DISABLE_IT, HAL_PSSI_ERROR_OVER_RUN, HAL_PSSI_ERROR_UNDER_RUN, HAL_PSSI_GET_FLAG, HAL_PSSI_STATE_ABORT, HAL_PSSI_STATE_BUSY_RX, HAL_PSSI_STATE_BUSY_TX, HAL_PSSI_STATE_READY, __PSSI_HandleTypeDef::hdmarx, __PSSI_HandleTypeDef::hdmatx, __PSSI_HandleTypeDef::Instance, PSSI_DMAAbort(), PSSI_FLAG_OVR_MIS, PSSI_FLAG_OVR_RIS, __PSSI_HandleTypeDef::State, __DMA_HandleTypeDef::XferAbortCallback, and __PSSI_HandleTypeDef::XferCount.
void HAL_PSSI_RxCpltCallback | ( | PSSI_HandleTypeDef * | hpssi | ) |
Rx Transfer complete callback.
hpssi | Pointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI. |
None |
Definition at line 1406 of file stm32h7xx_hal_pssi.c.
Referenced by HAL_PSSI_Init(), and HAL_PSSI_UnRegisterCallback().
void HAL_PSSI_TxCpltCallback | ( | PSSI_HandleTypeDef * | hpssi | ) |
Tx Transfer complete callback.
hpssi | Pointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI. |
None |
Definition at line 1390 of file stm32h7xx_hal_pssi.c.
Referenced by HAL_PSSI_Init(), and HAL_PSSI_UnRegisterCallback().