Home
last modified time | relevance | path

Searched refs:parity (Results 1 - 19 of 19) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/
H A Dhal_iot_uart.c32 attr.parity = param->parity; in IoTUartInit()
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Ddrv_usart.h220 \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 Duart.h56 * @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 Duart.c241 && (attr->parity == 0 || attr->parity == 1 || attr->parity == 2) /* stop_bits:1 2 */ in uart_check_ioctrl_param()
H A Dhi_uart.c69 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 Dserial_dw.h38 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 Duart_drv.h73 hi_u8 parity; member
H A Duart_drv.c559 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 Dapp_demo_uart.c57 .parity = 0, in uart_demo()
/device/qemu/drivers/uart/
H A Duart.c138 attribute->parity = udd->attr.parity; in Hi35xxGetAttribute()
160 udd->attr.parity = attribute->parity; in Hi35xxSetAttribute()
H A Duart_pl011.c114 switch (udd->attr.parity) { in Pl011ConfigParity()
/device/soc/rockchip/rk2206/sdk_liteos/platform/uart/
H A Duart_debug.c40 attr.parity = UART_PARITY_NONE; in uart_debug_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_uart.h70 * UART parity bit. CNcomment:UART校验位。CNend
137 hi_u8 parity; /**< Parity check flag. CNcomment:奇偶校验位。CNend */ member
/device/soc/hisilicon/common/platform/uart/
H A Duart_hi35xx.c213 attribute->parity = udd->attr.parity; in Hi35xxGetAttribute()
238 udd->attr.parity = attribute->parity; in Hi35xxSetAttribute()
H A Duart_pl011.c113 switch (udd->attr.parity) { in Pl011ConfigParity()
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/
H A Dck_usart.c140 \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 Dhi_boot_rom.h410 hi_uchar parity; /* 0: None; 1:Odd; 2:Even */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dhi_boot_rom.h410 hi_uchar parity; /* 0: None; 1:Odd; 2:Even */ member
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_port.c1805 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()

Completed in 20 milliseconds