MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mtk_soc_get_uartclk

Function mtk_soc_get_uartclk

freebsd/mips/mediatek/mtk_soc.c:423–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423uint32_t
424mtk_soc_get_uartclk(void)
425{
426
427 return mtk_soc_uartclk;
428}
429
430uint32_t
431mtk_soc_get_cpuclk(void)

Callers 2

mtk_uart_bus_attachFunction · 0.85
platform_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected