Searched refs:baudRateGenerator (Results 1 – 1 of 1) sorted by relevance
160 uint32_t baudRateGenerator; in Chip_UART_SetBaud() local161 baudRateGenerator = Chip_Clock_GetUARTBaseClockRate() / (16 * baudrate); in Chip_UART_SetBaud()162 pUART->BRG = baudRateGenerator - 1; /* baud rate */ in Chip_UART_SetBaud()
Completed in 3 milliseconds