STM32H735xx HAL User Manual
Functions
Peripheral State, Mode and Error functions
PSSI Exported Functions

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.

Detailed Description

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.


Function Documentation

uint32_t HAL_PSSI_GetError ( PSSI_HandleTypeDef hpssi)

Return the PSSI error code.

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

Definition at line 1487 of file stm32h7xx_hal_pssi.c.

References __PSSI_HandleTypeDef::ErrorCode.

Return the PSSI handle state.

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

Definition at line 1474 of file stm32h7xx_hal_pssi.c.

References __PSSI_HandleTypeDef::State.