Home
last modified time | relevance | path

Searched refs:u32CGT (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dsc.c236 void SC_SetCharGuardTime(SC_T *sc, uint32_t u32CGT) in SC_SetCharGuardTime() argument
238 u32CGT -= sc->CTL & SC_CTL_NSB_Msk ? 11UL: 12UL; in SC_SetCharGuardTime()
239 sc->EGT = u32CGT; in SC_SetCharGuardTime()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dsc.c277 void SC_SetCharGuardTime(SC_T *sc, uint32_t u32CGT) in SC_SetCharGuardTime() argument
280 u32CGT -= ((sc->CTL & SC_CTL_NSB_Msk) == SC_CTL_NSB_Msk) ? 11UL : 12UL; in SC_SetCharGuardTime()
281 sc->EGT = u32CGT; in SC_SetCharGuardTime()
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dsc.h249 void SC_SetCharGuardTime(SC_T *sc, uint32_t u32CGT);
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dsc.h319 void SC_SetCharGuardTime(SC_T *sc, uint32_t u32CGT);