Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h193 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_CPOL_Low) || \ argument
350 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \ argument
Dstm32f4xx_usart.h211 #define IS_USART_CPOL(CPOL) (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High)) argument
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_usart.h589 #define IS_USART_POLARITY(CPOL) (((CPOL) == USART_POLARITY_LOW) || \ argument
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_spi.h997 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_POLARITY_LOW) || \ argument