Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/StdDriver/src/
Dscuart.c11 static uint32_t SCUART_GetClock(SC_T *sc);
44 static uint32_t SCUART_GetClock(SC_T *sc) in SCUART_GetClock() function
111 uint32_t u32Clk = SCUART_GetClock(sc), u32Div; in SCUART_Open()
175 uint32_t u32Clk = SCUART_GetClock(sc), u32Div; in SCUART_SetLineConfig()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dscuart.c48 static uint32_t SCUART_GetClock(SC_T *sc) in SCUART_GetClock() function
130 uint32_t u32ClkFreq = SCUART_GetClock(sc), u32Div; in SCUART_Open()
201 uint32_t u32ClkFreq = SCUART_GetClock(sc), u32Div; in SCUART_SetLineConfig()
254 uint32_t u32Delay = (SystemCoreClock / SCUART_GetClock(sc)) * sc->ETUCTL * 12, i; in SCUART_Write()