| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_uart.c | 37 .uart_initstruct.Parity = UART_PARITY_NONE, \ 57 .uart_initstruct.Parity = UART_PARITY_NONE, \ 77 .uart_initstruct.Parity = UART_PARITY_NONE, \ 97 .uart_initstruct.Parity = UART_PARITY_NONE, \ 193 uart_cfg->uart_initstruct.Parity = UART_PARITY_NONE; in swm_uart_configure() 202 uart_cfg->uart_initstruct.Parity = UART_PARITY_NONE; in swm_uart_configure()
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_uart.c | 35 .uart_initstruct.Parity = UART_PARITY_NONE, \ 55 .uart_initstruct.Parity = UART_PARITY_NONE, \ 75 .uart_initstruct.Parity = UART_PARITY_NONE, \ 95 .uart_initstruct.Parity = UART_PARITY_NONE, \ 191 uart_cfg->uart_initstruct.Parity = UART_PARITY_NONE; in swm_uart_configure() 200 uart_cfg->uart_initstruct.Parity = UART_PARITY_NONE; in swm_uart_configure()
|
| /bsp/bouffalo_lab/libraries/rt_drivers/ |
| A D | drv_uart.c | 71 uart_cfg.parity = UART_PARITY_NONE; in _uart_configure() 119 uart_cfg.parity = UART_PARITY_NONE; in _uart_configure() 131 uart_cfg.parity = UART_PARITY_NONE; in _uart_configure()
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/ |
| A D | lib_uart.h | 41 #define UART_PARITY_NONE (0x0U << UART_CTRL2_PMODE_Pos) macro 103 ((__PARITY__) == UART_PARITY_NONE))
|
| /bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/ |
| A D | lib_uart.h | 41 #define UART_PARITY_NONE 0 macro 105 ((__PARITY__) == UART_PARITY_NONE))
|
| /bsp/xuantie/libraries/device_drivers/ |
| A D | drv_usart.c | 97 parity = UART_PARITY_NONE; in xuantie_configure() 106 parity = UART_PARITY_NONE; in xuantie_configure()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 92 #define UART_PARITY_NONE (0x00000000U) /*!< No parity */ macro 240 #define IS_UART_PARITY(__PARITY__) (((__PARITY__) == UART_PARITY_NONE) || \
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 92 #define UART_PARITY_NONE (0x00000000U) /*!< No parity */ macro 241 #define IS_UART_PARITY(__PARITY__) (((__PARITY__) == UART_PARITY_NONE) || \
|
| /bsp/Vango/v85xxp/drivers/ |
| A D | drv_usart.c | 198 UART_InitParaStruct.Parity = UART_PARITY_NONE; in V85xxP_configure() 210 UART_InitParaStruct.Parity = UART_PARITY_NONE; in V85xxP_configure()
|
| /bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/ |
| A D | main.c | 85 huart4.Init.Parity = UART_PARITY_NONE; in MX_UART4_Init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/uart/ |
| A D | test_uart.c | 91 uart_config.parity = UART_PARITY_NONE; in cmd_test_uart()
|
| /bsp/stm32/libraries/HAL_Drivers/nano/ |
| A D | drv_console.c | 74 console_uart.Init.Parity = UART_PARITY_NONE; in rt_hw_console_init()
|
| /bsp/nxp/lpc/lpc178x/drivers/ |
| A D | uart.c | 149 UART_ConfigStruct.Parity = UART_PARITY_NONE; in rt_uart_init() 174 UART_ConfigStruct.Parity = UART_PARITY_NONE; in rt_uart_init()
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_uart.h | 27 #define UART_PARITY_NONE 0 macro
|
| /bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/ |
| A D | main.c | 281 hlpuart1.Init.Parity = UART_PARITY_NONE; in MX_LPUART1_UART_Init() 328 huart1.Init.Parity = UART_PARITY_NONE; in MX_USART1_UART_Init() 376 huart2.Init.Parity = UART_PARITY_NONE; in MX_USART2_UART_Init()
|
| /bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/ |
| A D | main.c | 199 huart1.Init.Parity = UART_PARITY_NONE; in MX_USART1_UART_Init()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_uart.h | 27 #define UART_PARITY_NONE 0 macro
|
| /bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/ |
| A D | uart.h | 48 UART_PARITY_NONE = 0, ///< No Parity (default) enumerator
|
| /bsp/stm32/stm32f723-st-disco/board/CubeMX_Config/Src/ |
| A D | main.c | 182 huart6.Init.Parity = UART_PARITY_NONE; in MX_USART6_UART_Init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_usart.c | 106 if (parity == UART_PARITY_NONE) in stm32_uart_get_mask() 118 if (parity == UART_PARITY_NONE) in stm32_uart_get_mask() 131 if (parity == UART_PARITY_NONE) in stm32_uart_get_mask() 209 uart->handle.Init.Parity = UART_PARITY_NONE; in stm32_configure() 218 uart->handle.Init.Parity = UART_PARITY_NONE; in stm32_configure()
|
| A D | drv_usart_v2.c | 163 uart->handle.Init.Parity = UART_PARITY_NONE; in stm32_configure() 172 uart->handle.Init.Parity = UART_PARITY_NONE; in stm32_configure() 323 if (parity == UART_PARITY_NONE) in stm32_uart_get_mask() 335 if (parity == UART_PARITY_NONE) in stm32_uart_get_mask() 348 if (parity == UART_PARITY_NONE) in stm32_uart_get_mask()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_uart.h | 50 #define UART_PARITY_NONE 0 macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_uart.c | 1154 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Transmit() 1243 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Receive() 1271 …B) || ((huart->Init.WordLength == UART_WORDLENGTH_8B) && (huart->Init.Parity == UART_PARITY_NONE))) in HAL_UART_Receive() 1639 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UARTEx_ReceiveToIdle() 1684 …B) || ((huart->Init.WordLength == UART_WORDLENGTH_8B) && (huart->Init.Parity == UART_PARITY_NONE))) in HAL_UARTEx_ReceiveToIdle() 3496 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in UART_Transmit_IT() 3562 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in UART_Receive_IT() 3574 …B) || ((huart->Init.WordLength == UART_WORDLENGTH_8B) && (huart->Init.Parity == UART_PARITY_NONE))) in UART_Receive_IT()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_uart.h | 112 UART_PARITY_NONE = 0x0U, /**< Not parity */ enumerator 321 #define IS_UART_PARITY(x) (((x) == UART_PARITY_NONE) || \
|
| /bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Src/ |
| A D | main.c | 254 huart1.Init.Parity = UART_PARITY_NONE; in MX_USART1_UART_Init()
|