Searched refs:LCR (Results 1 – 6 of 6) sorted by relevance
95 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 …]
377 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()
76 __IOM uint32_t LCR; /* Offset: 0x00C (R/W) Transmission control register */ member
281 …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()
629 UARTx->LCR = ((puart_adapter->UART_InitStruct.WordLen) | in serial_format()
375 __IO u32 LCR; /*!< UART line control register, Address offset: 0x0C*/ member
Completed in 21 milliseconds