Home
last modified time | relevance | path

Searched defs:CPOL (Results 1 – 10 of 10) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_i2s.h86 uint32_t CPOL; /*!< Specifies the idle state of the I2S clock. member
252 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_LOW) || \ argument
A Dstm32f0xx_hal_spi.h575 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_POLARITY_LOW) || \ argument
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_i2s.h81 uint32_t CPOL; /*!< Specifies the idle state of the I2S clock. member
459 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_LOW) || \ argument
A Dstm32f7xx_hal_spi.h574 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_POLARITY_LOW) || \ argument
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h169 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_CPOL_Low) || \ argument
325 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \ argument
A Dstm32f10x_usart.h207 #define IS_USART_CPOL(CPOL) (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High)) argument
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h172 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_CPOL_Low) || \ argument
329 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \ argument
A Dstm32f2xx_usart.h209 #define IS_USART_CPOL(CPOL) (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High)) argument
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h193 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_CPOL_Low) || \ argument
350 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \ argument
A Dstm32f4xx_usart.h211 #define IS_USART_CPOL(CPOL) (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High)) argument

Completed in 22 milliseconds