Home
last modified time | relevance | path

Searched refs:u32Usec (Results 1 – 10 of 10) sorted by relevance

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dttmr.c95 int32_t TTMR_Delay(TTMR_T *ttmr, uint32_t u32Usec) in TTMR_Delay() argument
106 if(u32Usec < 1000UL) in TTMR_Delay()
108 u32Usec = 1000UL; in TTMR_Delay()
110 if(u32Usec > 1000000UL) in TTMR_Delay()
112 u32Usec = 1000000UL; in TTMR_Delay()
117 if(u32Usec < 100UL) in TTMR_Delay()
119 u32Usec = 100UL; in TTMR_Delay()
121 if(u32Usec > 1000000UL) in TTMR_Delay()
123 u32Usec = 1000000UL; in TTMR_Delay()
131 u32Cmpr = (u32Usec * 1000UL) / u32NsecPerTick; in TTMR_Delay()
[all …]
Dlptmr.c98 int32_t LPTMR_Delay(LPTMR_T *lptmr, uint32_t u32Usec) in LPTMR_Delay() argument
110 if(u32Usec < 1000UL) in LPTMR_Delay()
112 u32Usec = 1000UL; in LPTMR_Delay()
114 if(u32Usec > 1000000UL) in LPTMR_Delay()
116 u32Usec = 1000000UL; in LPTMR_Delay()
121 if(u32Usec < 100UL) in LPTMR_Delay()
123 u32Usec = 100UL; in LPTMR_Delay()
125 if(u32Usec > 1000000UL) in LPTMR_Delay()
127 u32Usec = 1000000UL; in LPTMR_Delay()
135 u32Cmpr = (u32Usec * 1000UL) / u32NsecPerTick; in LPTMR_Delay()
[all …]
Dtimer.c97 int32_t TIMER_Delay(TIMER_T *timer, uint32_t u32Usec) in TIMER_Delay() argument
109 if(u32Usec < 1000UL) in TIMER_Delay()
111 u32Usec = 1000UL; in TIMER_Delay()
113 if(u32Usec > 1000000UL) in TIMER_Delay()
115 u32Usec = 1000000UL; in TIMER_Delay()
120 if(u32Usec < 100UL) in TIMER_Delay()
122 u32Usec = 100UL; in TIMER_Delay()
124 if(u32Usec > 1000000UL) in TIMER_Delay()
126 u32Usec = 1000000UL; in TIMER_Delay()
134 u32Cmpr = (u32Usec * 1000UL) / u32NsecPerTick; in TIMER_Delay()
[all …]
/hal_nuvoton-latest/m48x/StdDriver/src/
Dtimer.c92 void TIMER_Delay(TIMER_T *timer, uint32_t u32Usec) in TIMER_Delay() argument
104 if(u32Usec < 1000UL) in TIMER_Delay()
106 u32Usec = 1000UL; in TIMER_Delay()
108 if(u32Usec > 1000000UL) in TIMER_Delay()
110 u32Usec = 1000000UL; in TIMER_Delay()
115 if(u32Usec < 100UL) in TIMER_Delay()
117 u32Usec = 100UL; in TIMER_Delay()
119 if(u32Usec > 1000000UL) in TIMER_Delay()
121 u32Usec = 1000000UL; in TIMER_Delay()
129 u32Cmpr = (u32Usec * 1000UL) / u32NsecPerTick; in TIMER_Delay()
[all …]
/hal_nuvoton-latest/m46x/StdDriver/src/
Dtimer.c94 int32_t TIMER_Delay(TIMER_T *timer, uint32_t u32Usec) in TIMER_Delay() argument
106 if(u32Usec < 1000UL) in TIMER_Delay()
108 u32Usec = 1000UL; in TIMER_Delay()
110 if(u32Usec > 1000000UL) in TIMER_Delay()
112 u32Usec = 1000000UL; in TIMER_Delay()
117 if(u32Usec < 100UL) in TIMER_Delay()
119 u32Usec = 100UL; in TIMER_Delay()
121 if(u32Usec > 1000000UL) in TIMER_Delay()
123 u32Usec = 1000000UL; in TIMER_Delay()
131 u32Cmpr = (u32Usec * 1000UL) / u32NsecPerTick; in TIMER_Delay()
[all …]
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dttmr.h313 int32_t TTMR_Delay(TTMR_T *ttmr, uint32_t u32Usec);
Dtimer.h509 int32_t TIMER_Delay(TIMER_T *timer, uint32_t u32Usec);
Dlptmr.h574 int32_t LPTMR_Delay(LPTMR_T *lptmr, uint32_t u32Usec);
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dtimer.h497 void TIMER_Delay(TIMER_T *timer, uint32_t u32Usec);
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dtimer.h512 int32_t TIMER_Delay(TIMER_T *timer, uint32_t u32Usec);