Home
last modified time | relevance | path

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

/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7_uart.h48 #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 Dyc_uart.h46 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == StopBits_1) || \ argument
47 ((STOPBITS) == StopBits_2) )
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dair105_uart.h106 #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 Dyc_uart.h60 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == STOPBITS_1) || \ argument
61 ((STOPBITS) == STOPBITS_2) )
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h120 #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 Dn32l43x_usart.h143 #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 Dn32wb452_usart.h144 #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 Dn32l40x_usart.h143 #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 Dn32g4fr_usart.h144 #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 Dn32g43x_usart.h143 #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 Dn32g45x_usart.h144 #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 Dn32g45x_usart.h144 #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 DHAL_uart.h96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ argument
97 ((STOPBITS) == UART_StopBits_2))
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_uart.h96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ argument
97 ((STOPBITS) == UART_StopBits_2))
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_uart.h96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \ argument
97 ((STOPBITS) == UART_StopBits_2))
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_uart.h96 #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 Dstm32l1xx_hal_usart.h593 #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 Dstm32l1xx_hal_smartcard.h708 #define IS_SMARTCARD_STOPBITS(STOPBITS) (((STOPBITS) == SMARTCARD_STOPBITS_0_5) || \ argument
709 ((STOPBITS) == SMARTCARD_STOPBITS_1_5))
A Dstm32l1xx_hal_uart.h810 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \ argument
811 ((STOPBITS) == UART_STOPBITS_2))
/bsp/ti/c28x/libraries/HAL_Drivers/
A Ddrv_sci.c84 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 Dft32f0xx_usart.h119 #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 Dhk32f0xx_usart.h124 #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 Dht32f5xxxx_usart.h107 #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 Dht32f1xxxx_usart.h120 #define IS_USART_STOPBITS(STOPBITS) ((STOPBITS == USART_STOPBITS_1) || \ argument
121 (STOPBITS == USART_STOPBITS_2))
/bsp/ti/c28x/libraries/tms320f28379d/headers/include/
A DF2837xD_sci.h60 Uint16 STOPBITS:1; // 7 Number of Stop Bits member

Completed in 32 milliseconds