Home
last modified time | relevance | path

Searched refs:LCR (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dck_usart.c95 addr->LCR |= LCR_SET_DLAB; in csi_usart_config_baudrate()
103 addr->LCR &= (~LCR_SET_DLAB); in csi_usart_config_baudrate()
148 addr->LCR &= LCR_PARITY_ODD; in csi_usart_config_parity()
154 addr->LCR |= LCR_PARITY_EVEN; in csi_usart_config_parity()
181 addr->LCR &= LCR_STOP_BIT1; in csi_usart_config_stopbits()
189 addr->LCR |= LCR_STOP_BIT2; in csi_usart_config_stopbits()
223 addr->LCR &= LCR_WORD_SIZE_5; in csi_usart_config_databits()
227 addr->LCR &= 0xfd; in csi_usart_config_databits()
228 addr->LCR |= LCR_WORD_SIZE_6; in csi_usart_config_databits()
232 addr->LCR &= 0xfe; in csi_usart_config_databits()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dbt_uart_bridge.c377 LOG_UART->LCR &= ~ BIT(3); in bt_uart_bridge_open()
379 LOG_UART->LCR |= BIT(3); in bt_uart_bridge_open()
380 LOG_UART->LCR &= ~ BIT(4); in bt_uart_bridge_open()
382 LOG_UART->LCR |= BIT(3); in bt_uart_bridge_open()
383 LOG_UART->LCR |= BIT(4); in bt_uart_bridge_open()
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/include/
A Dck_usart.h76 __IOM uint32_t LCR; /* Offset: 0x00C (R/W) Transmission control register */ member
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c281 …UARTx->LCR = ((UART_InitStruct->WordLen) | (UART_InitStruct->StopBit << 2) | (UART_InitStruct->Par… in csi_uart_format()
696 uart->LCR = (params.WordLen << 0) | (params.StopBit << 2) | (params.Parity << 3) | in uart_startup()
738 uart->LCR = (params.WordLen << 0) | (params.StopBit << 2) | (params.Parity << 3) | in uart_set_attr()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dserial_api.c629 UARTx->LCR = ((puart_adapter->UART_InitStruct.WordLen) | in serial_format()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Dhal_platform.h375 __IO u32 LCR; /*!< UART line control register, Address offset: 0x0C*/ member

Completed in 21 milliseconds