| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7_uart.h | 48 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ argument 49 ((STOPBITS) == UART_StopBits_0_5) || \ 50 ((STOPBITS) == UART_StopBits_2) || \ 51 ((STOPBITS) == UART_StopBits_1_5))
|
| /bsp/yichip/yc3121-pos/Libraries/sdk/ |
| A D | yc_uart.h | 46 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == StopBits_1) || \ argument 47 ((STOPBITS) == StopBits_2) )
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | air105_uart.h | 106 #define IS_UART_STOPBITS(STOPBITS, DATALENGTH) (((STOPBITS) == UART_StopBits_1) || \ argument 107 … ((STOPBITS) == UART_StopBits_1_5 && DATALENGTH == UART_WordLength_5b) || \ 108 … ((STOPBITS) == UART_StopBits_2 && DATALENGTH != UART_WordLength_5b))
|
| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_uart.h | 60 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == STOPBITS_1) || \ argument 61 ((STOPBITS) == STOPBITS_2) )
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_usart.h | 120 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_StopBits_1) || \ argument 121 ((STOPBITS) == USART_StopBits_0_5) || \ 122 ((STOPBITS) == USART_StopBits_2) || \ 123 ((STOPBITS) == USART_StopBits_1_5))
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_usart.h | 143 #define IS_USART_STOPBITS(STOPBITS) … argument 144 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) … 145 || ((STOPBITS) == USART_STPB_1_5))
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_usart.h | 144 #define IS_USART_STOPBITS(STOPBITS) … argument 145 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) … 146 || ((STOPBITS) == USART_STPB_1_5))
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_usart.h | 143 #define IS_USART_STOPBITS(STOPBITS) … argument 144 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) … 145 || ((STOPBITS) == USART_STPB_1_5))
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_usart.h | 144 #define IS_USART_STOPBITS(STOPBITS) … argument 145 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) … 146 || ((STOPBITS) == USART_STPB_1_5))
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_usart.h | 143 #define IS_USART_STOPBITS(STOPBITS) … argument 144 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) … 145 || ((STOPBITS) == USART_STPB_1_5))
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_usart.h | 144 #define IS_USART_STOPBITS(STOPBITS) … argument 145 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) … 146 || ((STOPBITS) == USART_STPB_1_5))
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_usart.h | 144 #define IS_USART_STOPBITS(STOPBITS) … argument 145 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) … 146 || ((STOPBITS) == USART_STPB_1_5))
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_uart.h | 96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ argument 97 ((STOPBITS) == UART_StopBits_2))
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_uart.h | 96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ argument 97 ((STOPBITS) == UART_StopBits_2))
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_uart.h | 96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ argument 97 ((STOPBITS) == UART_StopBits_2))
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_uart.h | 96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ argument 97 ((STOPBITS) == UART_StopBits_2))
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_usart.h | 593 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \ argument 594 ((STOPBITS) == USART_STOPBITS_0_5) || \ 595 ((STOPBITS) == USART_STOPBITS_1_5) || \ 596 ((STOPBITS) == USART_STOPBITS_2))
|
| A D | stm32l1xx_hal_smartcard.h | 708 #define IS_SMARTCARD_STOPBITS(STOPBITS) (((STOPBITS) == SMARTCARD_STOPBITS_0_5) || \ argument 709 ((STOPBITS) == SMARTCARD_STOPBITS_1_5))
|
| A D | stm32l1xx_hal_uart.h | 810 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \ argument 811 ((STOPBITS) == UART_STOPBITS_2))
|
| /bsp/ti/c28x/libraries/HAL_Drivers/ |
| A D | drv_sci.c | 84 uart->sci_regs->SCICCR.bit.STOPBITS = 0; in c28x_configure() 87 uart->sci_regs->SCICCR.bit.STOPBITS = 1; in c28x_configure() 90 uart->sci_regs->SCICCR.bit.STOPBITS = 0; in c28x_configure()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_usart.h | 119 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_StopBits_1) || \ argument 120 ((STOPBITS) == USART_StopBits_2) || \ 121 ((STOPBITS) == USART_StopBits_1_5))
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_usart.h | 124 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_StopBits_1) || \ argument 125 ((STOPBITS) == USART_StopBits_2) || \ 126 ((STOPBITS) == USART_StopBits_1_5))
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_usart.h | 107 #define IS_USART_STOPBITS(STOPBITS) ((STOPBITS == USART_STOPBITS_1) || \ argument 108 (STOPBITS == USART_STOPBITS_2))
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32f1xxxx_usart.h | 120 #define IS_USART_STOPBITS(STOPBITS) ((STOPBITS == USART_STOPBITS_1) || \ argument 121 (STOPBITS == USART_STOPBITS_2))
|
| /bsp/ti/c28x/libraries/tms320f28379d/headers/include/ |
| A D | F2837xD_sci.h | 60 Uint16 STOPBITS:1; // 7 Number of Stop Bits member
|