STM32H735xx HAL User Manual
|
Defines | |
#define | LL_I2S_STANDARD_PHILIPS (0x00000000UL) |
#define | LL_I2S_STANDARD_MSB (SPI_I2SCFGR_I2SSTD_0) |
#define | LL_I2S_STANDARD_LSB (SPI_I2SCFGR_I2SSTD_1) |
#define | LL_I2S_STANDARD_PCM_SHORT (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1) |
#define | LL_I2S_STANDARD_PCM_LONG (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1 | SPI_I2SCFGR_PCMSYNC) |
#define LL_I2S_STANDARD_LSB (SPI_I2SCFGR_I2SSTD_1) |
Definition at line 2696 of file stm32h7xx_ll_spi.h.
#define LL_I2S_STANDARD_MSB (SPI_I2SCFGR_I2SSTD_0) |
Definition at line 2695 of file stm32h7xx_ll_spi.h.
#define LL_I2S_STANDARD_PCM_LONG (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1 | SPI_I2SCFGR_PCMSYNC) |
Definition at line 2698 of file stm32h7xx_ll_spi.h.
Referenced by LL_I2S_Init().
#define LL_I2S_STANDARD_PCM_SHORT (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1) |
Definition at line 2697 of file stm32h7xx_ll_spi.h.
Referenced by LL_I2S_Init().
#define LL_I2S_STANDARD_PHILIPS (0x00000000UL) |
Definition at line 2694 of file stm32h7xx_ll_spi.h.
Referenced by LL_I2S_StructInit().