| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7_uart.h | 62 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_Parity_Even) || \ argument 63 ((PARITY) == UART_Parity_Odd) || \ 64 ((PARITY) == UART_Parity_None))
|
| /bsp/yichip/yc3121-pos/Libraries/sdk/ |
| A D | yc_uart.h | 80 #define IS_PARITY(PARITY) (((PARITY) == Parity_Even) ||\ argument 81 ((PARITY) == Parity_None) ||\ 82 ((PARITY) == Parity_Odd))
|
| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_uart.h | 43 #define IS_UART_PARITY(PARITY) (((PARITY) == YC_PARITY_NONE) ||\ argument 44 ((PARITY) == YC_PARITY_EVEN) ||\ 45 ((PARITY) == YC_PARITY_ODD))
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_uart.h | 110 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_Parity_No) || \ argument 111 ((PARITY) == UART_Parity_Even) || \ 112 ((PARITY) == UART_Parity_Odd))
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_uart.h | 110 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_Parity_No) || \ argument 111 ((PARITY) == UART_Parity_Even) || \ 112 ((PARITY) == UART_Parity_Odd))
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_uart.h | 110 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_Parity_No) || \ argument 111 ((PARITY) == UART_Parity_Even) || \ 112 ((PARITY) == UART_Parity_Odd))
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_uart.h | 110 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_Parity_No) || \ argument 111 ((PARITY) == UART_Parity_Even) || \ 112 ((PARITY) == UART_Parity_Odd))
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_lpuart.h | 99 #define IS_LPUART_PARITY(PARITY) (((PARITY) == LPUART_PE_NO) || ((PARITY) == LPUART_PE_EVEN) || ((P… argument
|
| A D | n32l40x_usart.h | 157 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARI… argument
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_lpuart.h | 99 #define IS_LPUART_PARITY(PARITY) (((PARITY) == LPUART_PE_NO) || ((PARITY) == LPUART_PE_EVEN) || ((P… argument
|
| A D | n32l43x_usart.h | 157 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARI… argument
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_lpuart.h | 99 #define IS_LPUART_PARITY(PARITY) (((PARITY) == LPUART_PE_NO) || ((PARITY) == LPUART_PE_EVEN) || ((P… argument
|
| A D | n32g43x_usart.h | 157 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARI… argument
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | air105_uart.h | 120 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_Parity_No) || \ argument 121 ((PARITY) == UART_Parity_Even) || \ 122 ((PARITY) == UART_Parity_Odd))
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_usart.h | 123 #define IS_USART_PARITY(PARITY) ((PARITY == USART_PARITY_NO) || \ argument 124 (PARITY == USART_PARITY_EVEN) || \ 125 (PARITY == USART_PARITY_ODD)) 373 #define IS_USART_STICK_PARITY(PARITY) ((PARITY == USART_STICK_LOW) || (PARITY == USART_ST… argument
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32f1xxxx_usart.h | 142 #define IS_USART_PARITY(PARITY) ((PARITY == USART_PARITY_NO) || \ argument 143 (PARITY == USART_PARITY_EVEN) || \ 144 (PARITY == USART_PARITY_ODD)) 449 #define IS_USART_STICK_PARITY(PARITY) ((PARITY == USART_STICK_LOW) || (PARITY == USART_ST… argument
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_usart.h | 135 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_Parity_No) || \ argument 136 ((PARITY) == USART_Parity_Even) || \ 137 ((PARITY) == USART_Parity_Odd))
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_usart.h | 158 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARI… argument
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_usart.h | 158 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARI… argument
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_usart.h | 158 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARI… argument
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_usart.h | 158 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PE_NO) || ((PARITY) == USART_PE_EVEN) || ((PARI… argument
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_flash.h | 231 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY_… argument
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_irda.h | 634 #define IS_IRDA_PARITY(PARITY) (((PARITY) == IRDA_PARITY_NONE) || \ argument 635 ((PARITY) == IRDA_PARITY_EVEN) || \ 636 ((PARITY) == IRDA_PARITY_ODD))
|
| A D | stm32l1xx_hal_usart.h | 598 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ argument 599 ((PARITY) == USART_PARITY_EVEN) || \ 600 ((PARITY) == USART_PARITY_ODD))
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_flash.h | 250 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY_… argument
|