Searched refs:BRG (Results 1 – 2 of 2) sorted by relevance
162 pUART->BRG = baudRateGenerator - 1; /* baud rate */ in Chip_UART_SetBaud()169 pUART->BRG = (Chip_Clock_GetRTCOscRate() / (3 * baudrate)) - 1; in Chip_UART_SetBaudWithRTC32K()
58 __IO uint32_t BRG; /*!< Baud Rate Generator register */ member
Completed in 3 milliseconds