| /bsp/avr32/software_framework/drivers/usart/ |
| A D | usart.c | 286 opt->stopbits > 2 + 255 || in usart_init_rs232() 305 if (opt->stopbits > USART_2_STOPBITS) in usart_init_rs232() 310 usart->ttgr = opt->stopbits - USART_2_STOPBITS; in usart_init_rs232() 338 opt->stopbits == 1 || opt->stopbits > 2 + 255 || in usart_init_rs232_tx_only() 357 if (opt->stopbits > USART_2_STOPBITS) in usart_init_rs232_tx_only() 362 usart->ttgr = opt->stopbits - USART_2_STOPBITS; in usart_init_rs232_tx_only() 418 opt->stopbits == 1 || opt->stopbits > 2 + 255 || in usart_init_sync_master() 437 if (opt->stopbits > USART_2_STOPBITS) in usart_init_sync_master() 442 usart->ttgr = opt->stopbits - USART_2_STOPBITS; in usart_init_sync_master() 471 opt->stopbits == 1 || opt->stopbits > 2 + 255 || in usart_init_sync_slave() [all …]
|
| A D | usart.h | 144 unsigned short stopbits; member
|
| /bsp/nxp/imx/imx6ul/drivers/ |
| A D | serial.c | 34 uint8_t parity, stopbits, datasize, flowcontrol; in uart_configure() local 49 if (cfg->stop_bits == STOP_BITS_1) stopbits = STOPBITS_ONE; in uart_configure() 50 else if (cfg->stop_bits == STOP_BITS_2) stopbits = STOPBITS_TWO; in uart_configure() 56 uart_init(uart->instance, baudrate, parity, stopbits, datasize, flowcontrol); in uart_configure()
|
| /bsp/thead-smart/drivers/ |
| A D | board_uart.c | 95 usart_stop_bits_e stopbits; in uart_configure() local 113 stopbits = USART_STOP_BITS_1 ; in uart_configure() 116 ret = csi_usart_config(uart, bauds, USART_MODE_ASYNCHRONOUS, parity, stopbits, databits); in uart_configure()
|
| A D | drv_usart.h | 230 usart_stop_bits_e stopbits,
|
| A D | ck_usart.c | 670 usart_stop_bits_e stopbits, in csi_usart_config() argument 700 ret = csi_usart_config_stopbits(handle, stopbits); in csi_usart_config()
|
| /bsp/nxp/imx/imx6sx/cortex-a9/drivers/ |
| A D | serial.c | 36 uint8_t parity, stopbits, datasize, flowcontrol; in uart_configure() local 51 if (cfg->stop_bits == STOP_BITS_1) stopbits = STOPBITS_ONE; in uart_configure() 52 else if (cfg->stop_bits == STOP_BITS_2) stopbits = STOPBITS_TWO; in uart_configure()
|
| /bsp/ck802/drivers/ |
| A D | board_uart.c | 141 usart_stop_bits_e stopbits; in uart_configure() local 159 stopbits = USART_STOP_BITS_1 ; in uart_configure() 162 …ret = csi_usart_config(uart, SYSTEM_CLOCK, bauds, USART_MODE_ASYNCHRONOUS, parity, stopbits, datab… in uart_configure()
|
| /bsp/samd21/board/ |
| A D | uart.c | 105 config_usart.stopbits = USART_STOPBITS_1; in _uart_cfg() 108 config_usart.stopbits = USART_STOPBITS_2; in _uart_cfg()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_leuart.h | 126 LEUART_Stopbits_TypeDef stopbits; member
|
| A D | em_usart.h | 263 USART_Stopbits_TypeDef stopbits; member
|
| /bsp/ck802/libraries/include/ |
| A D | drv_usart.h | 180 usart_stop_bits_e stopbits,
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/ |
| A D | usart.h | 750 enum usart_stopbits stopbits; member 1068 config->stopbits = USART_STOPBITS_1; in usart_get_config_defaults()
|
| A D | usart.c | 213 ctrlb |= (uint32_t)config->stopbits; in _usart_set_config() 225 ctrlb |= (uint32_t)config->stopbits; in _usart_set_config()
|
| /bsp/samd21/sam_d2x_asflib/common/services/serial/sam_uart/ |
| A D | uart_serial.h | 82 uint32_t stopbits; member 111 usart_settings.stop_bits= opt->stopbits; in usart_serial_init()
|
| /bsp/w60x/drivers/ |
| A D | drv_uart.c | 167 static int wm_uart_stopbits_set(TLS_UART_REGS_T *UARTx, TLS_UART_STOPBITS_T stopbits) in wm_uart_stopbits_set() argument 171 if (stopbits == TLS_UART_TWO_STOPBITS) in wm_uart_stopbits_set()
|
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_leuart.c | 468 (uint32_t)(init->stopbits); in LEUART_Init()
|
| A D | em_usart.c | 551 (uint32_t)(init->stopbits) | in USART_InitAsync()
|
| /bsp/ck802/libraries/common/usart/ |
| A D | dw_usart.c | 492 usart_stop_bits_e stopbits, in csi_usart_config() argument 514 ret = dw_usart_set_stopbit(addr, stopbits); in csi_usart_config()
|
| /bsp/avr32/drivers/ |
| A D | drv_uart.c | 203 .stopbits = l_stop, in avr32uc3_uart_configure()
|
| /bsp/efm32/ |
| A D | drv_usart.c | 1344 init_async.stopbits = USART_FRAME_STOPBITS_ONE; in rt_hw_usart_unit_init()
|