Home
last modified time | relevance | path

Searched refs:STOPBITS (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_usart.h597 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \ argument
598 ((STOPBITS) == USART_STOPBITS_0_5) || \
599 ((STOPBITS) == USART_STOPBITS_1_5) || \
600 ((STOPBITS) == USART_STOPBITS_2))
Dstm32f2xx_hal_smartcard.h707 #define IS_SMARTCARD_STOPBITS(STOPBITS) (((STOPBITS) == SMARTCARD_STOPBITS_0_5) || \ argument
708 ((STOPBITS) == SMARTCARD_STOPBITS_1_5))
Dstm32f2xx_hal_uart.h837 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \ argument
838 ((STOPBITS) == UART_STOPBITS_2))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_usart.h597 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \ argument
598 ((STOPBITS) == USART_STOPBITS_0_5) || \
599 ((STOPBITS) == USART_STOPBITS_1_5) || \
600 ((STOPBITS) == USART_STOPBITS_2))
Dstm32f1xx_hal_smartcard.h695 #define IS_SMARTCARD_STOPBITS(STOPBITS) (((STOPBITS) == SMARTCARD_STOPBITS_0_5) || \ argument
696 ((STOPBITS) == SMARTCARD_STOPBITS_1_5))
Dstm32f1xx_hal_uart.h841 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \ argument
842 ((STOPBITS) == UART_STOPBITS_2))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_usart.h597 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \ argument
598 ((STOPBITS) == USART_STOPBITS_0_5) || \
599 ((STOPBITS) == USART_STOPBITS_1_5) || \
600 ((STOPBITS) == USART_STOPBITS_2))
Dstm32f4xx_hal_smartcard.h707 #define IS_SMARTCARD_STOPBITS(STOPBITS) (((STOPBITS) == SMARTCARD_STOPBITS_0_5) || \ argument
708 ((STOPBITS) == SMARTCARD_STOPBITS_1_5))
Dstm32f4xx_hal_uart.h837 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \ argument
838 ((STOPBITS) == UART_STOPBITS_2))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_usart.h597 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \ argument
598 ((STOPBITS) == USART_STOPBITS_0_5) || \
599 ((STOPBITS) == USART_STOPBITS_1_5) || \
600 ((STOPBITS) == USART_STOPBITS_2))
Dstm32l1xx_hal_smartcard.h707 #define IS_SMARTCARD_STOPBITS(STOPBITS) (((STOPBITS) == SMARTCARD_STOPBITS_0_5) || \ argument
708 ((STOPBITS) == SMARTCARD_STOPBITS_1_5))
Dstm32l1xx_hal_uart.h837 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \ argument
838 ((STOPBITS) == UART_STOPBITS_2))