![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
I2S handle Structure definition. More...
#include <stm32f7xx_hal_i2s.h>
Data Fields | |
SPI_TypeDef * | Instance |
I2S_InitTypeDef | Init |
uint16_t * | pTxBuffPtr |
__IO uint16_t | TxXferSize |
__IO uint16_t | TxXferCount |
uint16_t * | pRxBuffPtr |
__IO uint16_t | RxXferSize |
__IO uint16_t | RxXferCount |
DMA_HandleTypeDef * | hdmatx |
DMA_HandleTypeDef * | hdmarx |
__IO HAL_LockTypeDef | Lock |
__IO HAL_I2S_StateTypeDef | State |
__IO uint32_t | ErrorCode |
I2S handle Structure definition.
Definition at line 108 of file stm32f7xx_hal_i2s.h.
__IO uint32_t ErrorCode |
Definition at line 139 of file stm32f7xx_hal_i2s.h.
DMA_HandleTypeDef* hdmarx |
Definition at line 133 of file stm32f7xx_hal_i2s.h.
DMA_HandleTypeDef* hdmatx |
Definition at line 131 of file stm32f7xx_hal_i2s.h.
I2S_InitTypeDef Init |
Definition at line 112 of file stm32f7xx_hal_i2s.h.
SPI_TypeDef* Instance |
Definition at line 110 of file stm32f7xx_hal_i2s.h.
__IO HAL_LockTypeDef Lock |
Definition at line 135 of file stm32f7xx_hal_i2s.h.
uint16_t* pRxBuffPtr |
Definition at line 120 of file stm32f7xx_hal_i2s.h.
uint16_t* pTxBuffPtr |
Definition at line 114 of file stm32f7xx_hal_i2s.h.
__IO uint16_t RxXferCount |
Definition at line 124 of file stm32f7xx_hal_i2s.h.
__IO uint16_t RxXferSize |
Definition at line 122 of file stm32f7xx_hal_i2s.h.
__IO HAL_I2S_StateTypeDef State |
Definition at line 137 of file stm32f7xx_hal_i2s.h.
__IO uint16_t TxXferCount |
Definition at line 118 of file stm32f7xx_hal_i2s.h.
__IO uint16_t TxXferSize |
Definition at line 116 of file stm32f7xx_hal_i2s.h.