STM32H735xx HAL User Manual
Functions
Peripheral State and Errors functions
SPDIFRX Exported Functions

Peripheral State functions. More...

Functions

HAL_SPDIFRX_StateTypeDef HAL_SPDIFRX_GetState (SPDIFRX_HandleTypeDef const *const hspdif)
 Return the SPDIFRX state.
uint32_t HAL_SPDIFRX_GetError (SPDIFRX_HandleTypeDef const *const hspdif)
 Return the SPDIFRX error code.

Detailed Description

Peripheral State functions.

===============================================================================
##### Peripheral State and Errors functions #####
===============================================================================
[..]
This subsection permit to get in run-time the status of the peripheral
and the data flow.


Function Documentation

uint32_t HAL_SPDIFRX_GetError ( SPDIFRX_HandleTypeDef const *const  hspdif)

Return the SPDIFRX error code.

Parameters:
hspdifSPDIFRX handle
Return values:
SPDIFRXError Code

Definition at line 1406 of file stm32h7xx_hal_spdifrx.c.

References __SPDIFRX_HandleTypeDef::ErrorCode.

Return the SPDIFRX state.

Parameters:
hspdifSPDIFRX handle
Return values:
HALstate

Definition at line 1396 of file stm32h7xx_hal_spdifrx.c.

References __SPDIFRX_HandleTypeDef::State.