|
STM CMSIS
|
I2S handle Structure definition. More...
#include <stm32f4xx_hal_i2s.h>
Public Attributes | |
| 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.