STM32H735xx HAL User Manual
|
Peripheral State, Mode and Error functions. More...
Functions | |
HAL_PSSI_StateTypeDef | HAL_PSSI_GetState (PSSI_HandleTypeDef *hpssi) |
Return the PSSI handle state. | |
uint32_t | HAL_PSSI_GetError (PSSI_HandleTypeDef *hpssi) |
Return the PSSI error code. |
Peripheral State, Mode and Error functions.
=============================================================================== ##### Peripheral State, Mode and Error functions ##### =============================================================================== [..] This subsection permit to get in run-time the status of the peripheral and the data flow.
uint32_t HAL_PSSI_GetError | ( | PSSI_HandleTypeDef * | hpssi | ) |
Return the PSSI error code.
hpssi | Pointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI. |
PSSI | Error Code |
Definition at line 1487 of file stm32h7xx_hal_pssi.c.
References __PSSI_HandleTypeDef::ErrorCode.
Return the PSSI handle state.
hpssi | Pointer to a PSSI_HandleTypeDef structure that contains the configuration information for the specified PSSI. |
HAL | state |
Definition at line 1474 of file stm32h7xx_hal_pssi.c.
References __PSSI_HandleTypeDef::State.