STM32F479xx 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
void(* TxCpltCallback )(struct __I2S_HandleTypeDef *hi2s)
void(* RxCpltCallback )(struct __I2S_HandleTypeDef *hi2s)
void(* TxRxCpltCallback )(struct __I2S_HandleTypeDef *hi2s)
void(* TxHalfCpltCallback )(struct __I2S_HandleTypeDef *hi2s)
void(* RxHalfCpltCallback )(struct __I2S_HandleTypeDef *hi2s)
void(* TxRxHalfCpltCallback )(struct __I2S_HandleTypeDef *hi2s)
void(* ErrorCallback )(struct __I2S_HandleTypeDef *hi2s)
void(* MspInitCallback )(struct __I2S_HandleTypeDef *hi2s)
void(* MspDeInitCallback )(struct __I2S_HandleTypeDef *hi2s)

Detailed Description

I2S handle Structure definition.

Definition at line 91 of file stm32f4xx_hal_i2s.h.


Field Documentation

I2S Rx DMA handle parameters

Definition at line 117 of file stm32f4xx_hal_i2s.h.

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

I2S Tx DMA handle parameters

Definition at line 115 of file stm32f4xx_hal_i2s.h.

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

I2S communication parameters

Definition at line 95 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_DMAStop(), HAL_I2S_Init(), HAL_I2SEx_FullDuplex_IRQHandler(), and HAL_I2SEx_TransmitReceive_IT().

I2S function pointer on IrqHandler

Definition at line 113 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 119 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

I2S Msp DeInit callback

Definition at line 135 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_DeInit(), HAL_I2S_RegisterCallback(), and HAL_I2S_UnRegisterCallback().

I2S Msp Init callback

Definition at line 134 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init(), HAL_I2S_RegisterCallback(), and HAL_I2S_UnRegisterCallback().

I2S Rx Completed callback

Definition at line 128 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init(), HAL_I2S_RegisterCallback(), HAL_I2S_UnRegisterCallback(), I2S_DMARxCplt(), and I2S_Receive_IT().

I2S Rx Half Completed callback

Definition at line 131 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init(), HAL_I2S_RegisterCallback(), HAL_I2S_UnRegisterCallback(), and I2S_DMARxHalfCplt().

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 107 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_RxISR_I2S(), I2SEx_RxISR_I2SExt(), I2SEx_TxISR_I2S(), I2SEx_TxISR_I2SExt(), I2SEx_TxRxDMACplt(), and I2SEx_TxRxDMAError().

I2S Tx Completed callback

Definition at line 127 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init(), HAL_I2S_RegisterCallback(), HAL_I2S_UnRegisterCallback(), I2S_DMATxCplt(), and I2S_Transmit_IT().

I2S Tx Half Completed callback

Definition at line 130 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init(), HAL_I2S_RegisterCallback(), HAL_I2S_UnRegisterCallback(), and I2S_DMATxHalfCplt().

I2S TxRx Half Completed callback

Definition at line 132 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init(), HAL_I2S_RegisterCallback(), HAL_I2S_UnRegisterCallback(), and I2SEx_TxRxDMAHalfCplt().


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