STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
I2S_HandleTypeDef Struct Reference

I2S handle Structure definition. More...

#include <stm32f7xx_hal_i2s.h>

Data Fields

SPI_TypeDefInstance
 
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_HandleTypeDefhdmatx
 
DMA_HandleTypeDefhdmarx
 
__IO HAL_LockTypeDef Lock
 
__IO HAL_I2S_StateTypeDef State
 
__IO uint32_t ErrorCode
 

Detailed Description

I2S handle Structure definition.

Definition at line 108 of file stm32f7xx_hal_i2s.h.

Field Documentation

__IO uint32_t ErrorCode

Definition at line 139 of file stm32f7xx_hal_i2s.h.

Definition at line 133 of file stm32f7xx_hal_i2s.h.

Definition at line 131 of file stm32f7xx_hal_i2s.h.

Definition at line 112 of file stm32f7xx_hal_i2s.h.

SPI_TypeDef* Instance

Definition at line 110 of file stm32f7xx_hal_i2s.h.

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.

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.


The documentation for this struct was generated from the following file: