STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Data Structures | |
struct | I2S_InitTypeDef |
I2S Init structure definition. More... | |
struct | __I2S_HandleTypeDef |
I2S handle Structure definition. More... | |
Typedefs | |
typedef struct __I2S_HandleTypeDef | I2S_HandleTypeDef |
I2S handle Structure definition. | |
Enumerations | |
enum | HAL_I2S_StateTypeDef { HAL_I2S_STATE_RESET = 0x00U , HAL_I2S_STATE_READY = 0x01U , HAL_I2S_STATE_BUSY = 0x02U , HAL_I2S_STATE_BUSY_TX = 0x03U , HAL_I2S_STATE_BUSY_RX = 0x04U , HAL_I2S_STATE_BUSY_TX_RX = 0x05U , HAL_I2S_STATE_TIMEOUT = 0x06U , HAL_I2S_STATE_ERROR = 0x07U } |
HAL State structures definition. More... | |
typedef struct __I2S_HandleTypeDef I2S_HandleTypeDef |
#include <stm32f4xx_hal_i2s.h>
I2S handle Structure definition.
enum HAL_I2S_StateTypeDef |
#include <stm32f4xx_hal_i2s.h>
HAL State structures definition.
Definition at line 75 of file stm32f4xx_hal_i2s.h.