STM32F439xx HAL User Manual
Data Fields
__I2S_HandleTypeDef Struct Reference

I2S handle Structure definition. More...

#include <stm32f4xx_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
void(* IrqHandlerISR )(struct __I2S_HandleTypeDef *hi2s)
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 110 of file stm32f4xx_hal_i2s.h.


Field Documentation

I2S Rx DMA handle parameters

Definition at line 137 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_DMAStop(), HAL_I2S_Receive_DMA(), HAL_I2SEx_TransmitReceive_DMA(), and I2SEx_TxRxDMACplt().

I2S Tx DMA handle parameters

Definition at line 135 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_DMAStop(), HAL_I2S_Transmit_DMA(), HAL_I2SEx_TransmitReceive_DMA(), and I2SEx_TxRxDMACplt().

I2S communication parameters

Definition at line 114 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init(), HAL_MMC_ConfigWideBusOperation(), and HAL_MMC_InitCard().

I2S function pointer on IrqHandler

Definition at line 133 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init(), and HAL_I2S_IRQHandler().

__IO HAL_LockTypeDef __I2S_HandleTypeDef::Lock

I2S locking object

Definition at line 139 of file stm32f4xx_hal_i2s.h.

I2S Rx transfer counter (This field is initialized at the same value as transfer size at the beginning of the transfer and decremented when a sample is received NbSamplesReceived = RxBufferSize-RxBufferCount)

Definition at line 126 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Receive(), HAL_I2S_Receive_DMA(), HAL_I2S_Receive_IT(), HAL_I2SEx_TransmitReceive(), HAL_I2SEx_TransmitReceive_DMA(), HAL_I2SEx_TransmitReceive_IT(), I2S_DMAError(), I2S_DMARxCplt(), I2S_Receive_IT(), I2SEx_FullDuplexRx_IT(), I2SEx_FullDuplexTx_IT(), I2SEx_TxRxDMACplt(), and I2SEx_TxRxDMAError().


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