Home
last modified time | relevance | path

Searched refs:I2S_CPOL_LOW (Results 1 – 4 of 4) sorted by relevance

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2S.h101 #define I2S_CPOL_LOW (0x00000000U) macro
209 #define IS_I2S_MCLK_CPOL(__CPOL__) (((__CPOL__) == I2S_CPOL_LOW) || \
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_i2s.h245 #define I2S_CPOL_LOW (0x00000000U) macro
539 #define IS_I2S_CPOL(__CPOL__) (((__CPOL__) == I2S_CPOL_LOW) || \
/bsp/stm32/stm32f407-rt-spark/board/ports/audio/
A Ddrv_mic.c51 I2S3_Handler.Init.CPOL = I2S_CPOL_LOW; in I2S3_Init()
A Ddrv_sound.c80 I2S3_Handler.Init.CPOL = I2S_CPOL_LOW; in I2S3_Init()

Completed in 15 milliseconds