Home
last modified time | relevance | path

Searched refs:stopbits (Results 1 – 21 of 21) sorted by relevance

/bsp/avr32/software_framework/drivers/usart/
A Dusart.c286 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 Dusart.h144 unsigned short stopbits; member
/bsp/nxp/imx/imx6ul/drivers/
A Dserial.c34 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 Dboard_uart.c95 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 Ddrv_usart.h230 usart_stop_bits_e stopbits,
A Dck_usart.c670 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 Dserial.c36 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 Dboard_uart.c141 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 Duart.c105 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 Dem_leuart.h126 LEUART_Stopbits_TypeDef stopbits; member
A Dem_usart.h263 USART_Stopbits_TypeDef stopbits; member
/bsp/ck802/libraries/include/
A Ddrv_usart.h180 usart_stop_bits_e stopbits,
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/
A Dusart.h750 enum usart_stopbits stopbits; member
1068 config->stopbits = USART_STOPBITS_1; in usart_get_config_defaults()
A Dusart.c213 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 Duart_serial.h82 uint32_t stopbits; member
111 usart_settings.stop_bits= opt->stopbits; in usart_serial_init()
/bsp/w60x/drivers/
A Ddrv_uart.c167 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 Dem_leuart.c468 (uint32_t)(init->stopbits); in LEUART_Init()
A Dem_usart.c551 (uint32_t)(init->stopbits) | in USART_InitAsync()
/bsp/ck802/libraries/common/usart/
A Ddw_usart.c492 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 Ddrv_uart.c203 .stopbits = l_stop, in avr32uc3_uart_configure()
/bsp/efm32/
A Ddrv_usart.c1344 init_async.stopbits = USART_FRAME_STOPBITS_ONE; in rt_hw_usart_unit_init()

Completed in 49 milliseconds