STM32H735xx HAL User Manual
|
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. |
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.
uint32_t HAL_SPDIFRX_GetError | ( | SPDIFRX_HandleTypeDef const *const | hspdif | ) |
Return the SPDIFRX error code.
hspdif | SPDIFRX handle |
SPDIFRX | Error Code |
Definition at line 1406 of file stm32h7xx_hal_spdifrx.c.
References __SPDIFRX_HandleTypeDef::ErrorCode.
HAL_SPDIFRX_StateTypeDef HAL_SPDIFRX_GetState | ( | SPDIFRX_HandleTypeDef const *const | hspdif | ) |
Return the SPDIFRX state.
hspdif | SPDIFRX handle |
HAL | state |
Definition at line 1396 of file stm32h7xx_hal_spdifrx.c.
References __SPDIFRX_HandleTypeDef::State.