Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Duart_15xx.c162 pUART->BRG = baudRateGenerator - 1; /* baud rate */ in Chip_UART_SetBaud()
169 pUART->BRG = (Chip_Clock_GetRTCOscRate() / (3 * baudrate)) - 1; in Chip_UART_SetBaudWithRTC32K()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Duart_15xx.h58 __IO uint32_t BRG; /*!< Baud Rate Generator register */ member

Completed in 3 milliseconds