STM32H735xx HAL User Manual
Data Fields
__I2S_HandleTypeDef Struct Reference

I2S handle Structure definition. More...

#include <stm32h7xx_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(* RxISR )(struct __I2S_HandleTypeDef *hi2s)
void(* TxISR )(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 98 of file stm32h7xx_hal_i2s.h.


Field Documentation

I2S Rx DMA handle parameters

Definition at line 127 of file stm32h7xx_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 125 of file stm32h7xx_hal_i2s.h.

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

__IO HAL_LockTypeDef __I2S_HandleTypeDef::Lock

I2S locking object

Definition at line 129 of file stm32h7xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

I2S Msp DeInit callback

Definition at line 145 of file stm32h7xx_hal_i2s.h.

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

I2S Msp Init callback

Definition at line 144 of file stm32h7xx_hal_i2s.h.

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

I2S Rx Half Completed callback

Definition at line 141 of file stm32h7xx_hal_i2s.h.

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

function pointer on Rx ISR

Definition at line 121 of file stm32h7xx_hal_i2s.h.

Referenced by HAL_I2S_IRQHandler(), HAL_I2S_Receive_IT(), and HAL_I2SEx_TransmitReceive_IT().

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 114 of file stm32h7xx_hal_i2s.h.

Referenced by HAL_I2S_Receive(), HAL_I2S_Receive_DMA(), HAL_I2S_Receive_IT(), HAL_I2S_Transmit(), HAL_I2S_Transmit_DMA(), HAL_I2S_Transmit_IT(), HAL_I2SEx_TransmitReceive(), HAL_I2SEx_TransmitReceive_DMA(), HAL_I2SEx_TransmitReceive_IT(), I2S_DMAError(), I2S_DMARxCplt(), I2S_Receive_16Bit_IT(), and I2S_Receive_32Bit_IT().

I2S Tx Half Completed callback

Definition at line 140 of file stm32h7xx_hal_i2s.h.

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

function pointer on Tx ISR

Definition at line 123 of file stm32h7xx_hal_i2s.h.

Referenced by HAL_I2S_IRQHandler(), HAL_I2S_Transmit_IT(), and HAL_I2SEx_TransmitReceive_IT().

I2S TxRx Half Completed callback

Definition at line 142 of file stm32h7xx_hal_i2s.h.

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


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