STM32G474xx HAL用户手册
定义
I2S时钟极性
I2S导出常量

定义

#define I2S_CPOL_LOW   (0x00000000U)
#define I2S_CPOL_HIGH   (SPI_I2SCFGR_CKPOL)

定义文档

#define I2S_CPOL_HIGH   (SPI_I2SCFGR_CKPOL)

Definition at line 245 of file stm32g4xx_hal_i2s.h.

#define I2S_CPOL_LOW   (0x00000000U)

Definition at line 244 of file stm32g4xx_hal_i2s.h.