Searched refs:CPOL (Results 1 – 8 of 8) sorted by relevance
85 uint32_t CPOL; /*!< Specifies the idle state of the I2S clock. member257 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_LOW) || \ argument258 ((CPOL) == I2S_CPOL_HIGH))
231 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_POLARITY_LOW) || \ argument232 ((CPOL) == SPI_POLARITY_HIGH))
598 #define IS_SMARTCARD_POLARITY(CPOL) (((CPOL) == SMARTCARD_POLARITY_LOW) || ((CPOL) == SMART… argument
526 #define IS_USART_POLARITY(CPOL) (((CPOL) == USART_POLARITY_LOW) || ((CPOL) == USART_POLARIT… argument
81 uint32_t CPOL; /*!< Specifies the idle state of the I2S clock. member447 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_LOW) || \ argument448 ((CPOL) == I2S_CPOL_HIGH))
227 assert_param(IS_I2S_CPOL(hi2s->Init.CPOL)); in HAL_I2S_Init()306 hi2s->Init.CPOL)); in HAL_I2S_Init()
231 assert_param(IS_I2S_CPOL(hi2s->Init.CPOL)); in HAL_I2S_Init()314 hi2s->Init.CPOL)); in HAL_I2S_Init()
171 uint32_t CPOL:1; /*!< bit: 29 Clock Polarity */ member228 uint32_t CPOL:1; /*!< bit: 29 Clock Polarity */ member