Home
last modified time | relevance | path

Searched refs:LCR_PARITY_ENABLE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/include/
A Dck_usart.h40 #define LCR_PARITY_ENABLE 0x08 /* parity enabled */ macro
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dck_usart.c142 addr->LCR &= (~LCR_PARITY_ENABLE); in csi_usart_config_parity()
147 addr->LCR |= LCR_PARITY_ENABLE; in csi_usart_config_parity()
153 addr->LCR |= LCR_PARITY_ENABLE; in csi_usart_config_parity()

Completed in 4 milliseconds