STM32F4xx_HAL_Driver  1.8.3
Peripheral State and Errors functions

Peripheral State functions. More...

+ Collaboration diagram for Peripheral State and Errors functions:

Functions

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

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

◆ HAL_SPDIFRX_GetError()

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 1418 of file stm32f4xx_hal_spdifrx.c.

◆ HAL_SPDIFRX_GetState()

HAL_SPDIFRX_StateTypeDef HAL_SPDIFRX_GetState ( SPDIFRX_HandleTypeDef const *const  hspdif)

Return the SPDIFRX state.

Parameters
hspdifSPDIFRX handle
Return values
HALstate

Definition at line 1408 of file stm32f4xx_hal_spdifrx.c.