Home
last modified time | relevance | path

Searched defs:IS_I2S_CPOL (Results 1 – 2 of 2) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/
Dgr55xx_hal_i2s.h456 #define IS_I2S_CPOL(__CPOL__) (((__CPOL__) == I2S_POLARITY_LOW) || \ macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h350 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \ macro