STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Peripheral State functions. More...
Functions | |
HAL_I2S_StateTypeDef | HAL_I2S_GetState (I2S_HandleTypeDef *hi2s) |
Return the I2S state. | |
uint32_t | HAL_I2S_GetError (I2S_HandleTypeDef *hi2s) |
Return the I2S error code. | |
Peripheral State functions.
=============================================================================== ##### Peripheral State and Errors functions ##### =============================================================================== [..] This subsection permits to get in run-time the status of the peripheral and the data flow.
HAL_I2S_StateTypeDef HAL_I2S_GetState | ( | I2S_HandleTypeDef * | hi2s | ) |
#include <stm32f4xx_hal_i2s.h>
Return the I2S state.
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
HAL | state |
Definition at line 1770 of file stm32f4xx_hal_i2s.c.
References __I2S_HandleTypeDef::State.
uint32_t HAL_I2S_GetError | ( | I2S_HandleTypeDef * | hi2s | ) |
#include <stm32f4xx_hal_i2s.h>
Return the I2S error code.
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
I2S | Error Code |
Definition at line 1781 of file stm32f4xx_hal_i2s.c.
References __I2S_HandleTypeDef::ErrorCode.