EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
I2S mode init structure. Inherited from synchronous mode init structure
Definition at line 605 of file em_usart.h.
#include <em_usart.h>
Data Fields | |
bool | delay |
bool | dmaSplit |
USART_I2sFormat_TypeDef | format |
USART_I2sJustify_TypeDef | justify |
bool | mono |
USART_InitSync_TypeDef | sync |
bool USART_InitI2s_TypeDef::delay |
Delay on I2S data. Set to add a one-cycle delay between a transition on the word-clock and the start of the I2S word. Should be set for standard I2S format.
Definition at line 616 of file em_usart.h.
Referenced by USART_InitI2s().
bool USART_InitI2s_TypeDef::dmaSplit |
Separate DMA Request For Left/Right Data.
Definition at line 619 of file em_usart.h.
Referenced by USART_InitI2s().
USART_I2sFormat_TypeDef USART_InitI2s_TypeDef::format |
USART_I2sJustify_TypeDef USART_InitI2s_TypeDef::justify |
Justification of I2S data within the frame
Definition at line 622 of file em_usart.h.
Referenced by USART_InitI2s().
bool USART_InitI2s_TypeDef::mono |
Stero or Mono, set to true for mono.
Definition at line 625 of file em_usart.h.
Referenced by USART_InitI2s().
USART_InitSync_TypeDef USART_InitI2s_TypeDef::sync |
General Sync initialization structure.
Definition at line 608 of file em_usart.h.
Referenced by USART_InitI2s().