Home
last modified time | relevance | path

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

123

/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_uart.c37 .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 Ddrv_uart.c35 .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 Ddrv_uart.c71 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 Dlib_uart.h41 #define UART_PARITY_NONE (0x0U << UART_CTRL2_PMODE_Pos) macro
103 ((__PARITY__) == UART_PARITY_NONE))
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_uart.h41 #define UART_PARITY_NONE 0 macro
105 ((__PARITY__) == UART_PARITY_NONE))
/bsp/xuantie/libraries/device_drivers/
A Ddrv_usart.c97 parity = UART_PARITY_NONE; in xuantie_configure()
106 parity = UART_PARITY_NONE; in xuantie_configure()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h92 #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 DHAL_UART.h92 #define UART_PARITY_NONE (0x00000000U) /*!< No parity */ macro
241 #define IS_UART_PARITY(__PARITY__) (((__PARITY__) == UART_PARITY_NONE) || \
/bsp/Vango/v85xxp/drivers/
A Ddrv_usart.c198 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 Dmain.c85 huart4.Init.Parity = UART_PARITY_NONE; in MX_UART4_Init()
/bsp/allwinner/libraries/sunxi-hal/hal/test/uart/
A Dtest_uart.c91 uart_config.parity = UART_PARITY_NONE; in cmd_test_uart()
/bsp/stm32/libraries/HAL_Drivers/nano/
A Ddrv_console.c74 console_uart.Init.Parity = UART_PARITY_NONE; in rt_hw_console_init()
/bsp/nxp/lpc/lpc178x/drivers/
A Duart.c149 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 DSWM320_uart.h27 #define UART_PARITY_NONE 0 macro
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c281 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 Dmain.c199 huart1.Init.Parity = UART_PARITY_NONE; in MX_USART1_UART_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_uart.h27 #define UART_PARITY_NONE 0 macro
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/
A Duart.h48 UART_PARITY_NONE = 0, ///< No Parity (default) enumerator
/bsp/stm32/stm32f723-st-disco/board/CubeMX_Config/Src/
A Dmain.c182 huart6.Init.Parity = UART_PARITY_NONE; in MX_USART6_UART_Init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c106 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 Ddrv_usart_v2.c163 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 Dbflb_uart.h50 #define UART_PARITY_NONE 0 macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c1154 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 Dald_uart.h112 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 Dmain.c254 huart1.Init.Parity = UART_PARITY_NONE; in MX_USART1_UART_Init()

Completed in 55 milliseconds

123