HAL + 0/36 examples
SourceVu will show references to I2S_HandleTypeDef from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Demonstrations
Applications
Audio
STM32469I-Discovery
Demonstrations
Examples
Applications
Audio
STM32469I_EVAL
Demonstrations
Examples
Applications
Audio
STM324xG_EVAL
Demonstrations
Applications
USB_Device
USB_Host
Examples
I2S
STM32F4-Discovery
Examples
Applications
Audio
STM32F401-Discovery
Examples
Applications
Audio
STM32F411E-Discovery
Examples
Applications
Audio
STM32F412G-Discovery
Demonstrations
Examples
DFSDM
I2S
STM32F413H-Discovery
Demonstrations
Examples
DFSDM
STM324x9I_EVAL
Applications
Audio
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
I2S registers base address.
I2S communication parameters.
uint16_t *
Pointer to I2S Tx transfer buffer.
__IO uint16_t
I2S Tx transfer size.
__IO uint16_t
I2S Tx transfer Counter.
uint16_t *
Pointer to I2S Rx transfer buffer.
__IO uint16_t
I2S Rx transfer size.
__IO uint16_t
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).
void (*)(struct __I2S_HandleTypeDef *hi2s)
I2S function pointer on IrqHandler.
I2S Tx DMA handle parameters.
I2S Rx DMA handle parameters.
I2S locking object.
I2S communication state.
__IO uint32_t
I2S Error code This parameter can be a value of I2S_Error.

References

from examples