Home
last modified time | relevance | path

Searched refs:__STOPBITS__ (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_usart.h535 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_0_5) || \ argument
536 ((__STOPBITS__) == USART_STOPBITS_1) || \
537 ((__STOPBITS__) == USART_STOPBITS_1_5) || \
538 ((__STOPBITS__) == USART_STOPBITS_2))
540 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_1) || \ argument
541 ((__STOPBITS__) == USART_STOPBITS_2))
A Dstm32f0xx_hal_uart.h1062 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_0_5) || \ argument
1063 ((__STOPBITS__) == UART_STOPBITS_1) || \
1064 ((__STOPBITS__) == UART_STOPBITS_1_5) || \
1065 ((__STOPBITS__) == UART_STOPBITS_2))
1067 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \ argument
1068 ((__STOPBITS__) == UART_STOPBITS_2))
A Dstm32f0xx_hal_smartcard.h845 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) (((__STOPBITS__) == SMARTCARD_STOPBITS_0_5) ||\ argument
846 ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_usart.h646 #define IS_USART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == USART_STOPBITS_1) || \ argument
647 ((__STOPBITS__) == USART_STOPBITS_1_5) || \
648 ((__STOPBITS__) == USART_STOPBITS_2))
A Dstm32f7xx_hal_smartcard.h757 #define IS_SMARTCARD_STOPBITS(__STOPBITS__) ((__STOPBITS__) == SMARTCARD_STOPBITS_1_5) argument

Completed in 14 milliseconds