Home
last modified time | relevance | path

Searched refs:Chip_Clock_SetUARTBaseClockRate (Results 1 – 9 of 9) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/src/
A Duart_rb.c132 Chip_Clock_SetUARTBaseClockRate(Chip_Clock_GetMainClockRate(), false); in main()
136 Chip_Clock_SetUARTBaseClockRate((115200 * 128), true); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rom_int/example/src/
A Duart_rom_int.c233 Chip_Clock_SetUARTBaseClockRate(Chip_Clock_GetMainClockRate(), false); in main()
237 Chip_Clock_SetUARTBaseClockRate((115200 * 128), true); in main()
/lk-master/platform/lpc15xx/
A Ddebug.c29 Chip_Clock_SetUARTBaseClockRate(Chip_Clock_GetMainClockRate(), false); in lpc_debug_early_init()
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c337 Chip_Clock_SetUARTBaseClockRate(Chip_Clock_GetMainClockRate(), false); in main()
341 Chip_Clock_SetUARTBaseClockRate((115200 * 128), true); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/
A Ddma_rom_uart.c339 Chip_Clock_SetUARTBaseClockRate(Chip_Clock_GetMainClockRate(), false); in main()
343 Chip_Clock_SetUARTBaseClockRate((115200 * 128), true); in main()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/
A Dcdc_uart.c125 Chip_Clock_SetUARTBaseClockRate(Chip_Clock_GetMainClockRate(), false); in UCOM_UartInit()
129 Chip_Clock_SetUARTBaseClockRate((115200 * 128), true); in UCOM_UartInit()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/
A Dboard.c99 Chip_Clock_SetUARTBaseClockRate(Chip_Clock_GetMainClockRate(), false); in Board_Debug_Init()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dclock_15xx.c349 uint32_t Chip_Clock_SetUARTBaseClockRate(uint32_t rate, bool fEnable) in Chip_Clock_SetUARTBaseClockRate() function
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dclock_15xx.h577 uint32_t Chip_Clock_SetUARTBaseClockRate(uint32_t rate, bool fEnable);

Completed in 17 milliseconds