Home
last modified time | relevance | path

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

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_usart.h589 #define IS_USART_POLARITY(CPOL) (((CPOL) == USART_POLARITY_LOW) || \ macro
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_usart.h888 #define IS_USART_POLARITY(__CPOL__) (((__CPOL__) == USART_POLARITY_LOW) || ((__CPOL__) == USART_POL… macro