/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/ |
H A D | hal_iot_uart.c | 32 attr.parity = param->parity;
in IoTUartInit()
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
H A D | drv_usart.h | 220 \param[in] parity \ref usart_parity_e . 228 usart_parity_e parity, 338 \brief config usart parity. 340 \param[in] parity \ref usart_parity_e 343 int32_t csi_usart_config_parity(usart_handle_t handle, usart_parity_e parity);
|
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
H A D | uart.h | 56 * @brief Enumerates UART parity bits. 62 /** No parity */ 64 /** Odd parity */ 66 /** Even parity */ 114 UartParity parity; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
H A D | uart.c | 241 && (attr->parity == 0 || attr->parity == 1 || attr->parity == 2) /* stop_bits:1 2 */ in uart_check_ioctrl_param()
|
H A D | hi_uart.c | 69 uart_attr->parity = attr->parity; in init_uart_param() 100 attr->parity = udd->attr.parity; in get_uart_param() 480 /* set databit stopbit parity */ in hi_uart_lp_restore()
|
H A D | serial_dw.h | 38 hi_u8 parity; /* 0: None; 1:Odd; 2:Even */ member 114 #define UARTLCR_H_CFG 0x60 /* 8bit, no parity, FIFO disable */ 115 #define UARTLCR_H_CFG_ODD 0x72 /* 8bit, odd parity,FIFO enable */ 116 #define UARTLCR_H_CFG_FIFO 0x70 /* 8bit, no parity, FIFO enable */
|
H A D | uart_drv.h | 73 hi_u8 parity; member
|
H A D | uart_drv.c | 559 uart_param.parity = udd->attr.parity; in uart_drv_set_attr() 581 /* set baudrate,data_bit,stop_bit,parity */ in uart_drv_startup()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | app_demo_uart.c | 57 .parity = 0, in uart_demo()
|
/device/qemu/drivers/uart/ |
H A D | uart.c | 138 attribute->parity = udd->attr.parity; in Hi35xxGetAttribute() 160 udd->attr.parity = attribute->parity; in Hi35xxSetAttribute()
|
H A D | uart_pl011.c | 114 switch (udd->attr.parity) { in Pl011ConfigParity()
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/uart/ |
H A D | uart_debug.c | 40 attr.parity = UART_PARITY_NONE; in uart_debug_init()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_uart.h | 70 * UART parity bit. CNcomment:UART校验位。CNend 137 hi_u8 parity; /**< Parity check flag. CNcomment:奇偶校验位。CNend */ member
|
/device/soc/hisilicon/common/platform/uart/ |
H A D | uart_hi35xx.c | 213 attribute->parity = udd->attr.parity; in Hi35xxGetAttribute() 238 udd->attr.parity = attribute->parity; in Hi35xxSetAttribute()
|
H A D | uart_pl011.c | 113 switch (udd->attr.parity) { in Pl011ConfigParity()
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/ |
H A D | ck_usart.c | 140 \brief config usart parity. 142 \param[in] parity \ref usart_parity_e 145 int32_t csi_usart_config_parity(usart_handle_t handle, usart_parity_e parity) in csi_usart_config_parity() argument 153 switch (parity) { in csi_usart_config_parity() 155 /*CLear the PEN bit(LCR[3]) to disable parity.*/ in csi_usart_config_parity() 160 /* Set PEN and clear EPS(LCR[4]) to set the ODD parity. */ in csi_usart_config_parity() 166 /* Set PEN and EPS(LCR[4]) to set the EVEN parity.*/ in csi_usart_config_parity() 602 \param[in] parity \ref usart_parity_e 610 usart_parity_e parity, in csi_usart_config() 630 /* control the parity o in csi_usart_config() 607 csi_usart_config(usart_handle_t handle, uint32_t baud, usart_mode_e mode, usart_parity_e parity, usart_stop_bits_e stopbits, usart_data_bits_e bits) csi_usart_config() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
H A D | hi_boot_rom.h | 410 hi_uchar parity; /* 0: None; 1:Odd; 2:Even */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/ |
H A D | hi_boot_rom.h | 410 hi_uchar parity; /* 0: None; 1:Odd; 2:Even */ member
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 1805 port->icount.parity++;
in serial8250_read_char() 2929 * If we're ignoring parity and break indicators,
in serial8250_do_set_termios() 3609 int parity = 'n';
in serial8250_console_setup() local 3618 uart_parse_options(options, &baud, &parity, &bits, &flow);
in serial8250_console_setup() 3623 ret = uart_set_options(port, port->cons, baud, parity, bits, flow);
in serial8250_console_setup()
|