Searched defs:ch (Results 1 – 8 of 8) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | retarget.c | 256 void SendChar_ToUART(int ch) in SendChar_ToUART() 273 void SendChar_ToUART(int ch) in SendChar_ToUART() 346 __WEAK void SendChar(int ch) in SendChar() 491 void _ttywrch(int ch) in _ttywrch() 546 int fputc(int ch, FILE *stream) in fputc()
|
| D | trng.c | 154 uint32_t i, j, u32Reg, timeout, ch,cl; in TRNG_GenBignumHex() local
|
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | retarget.c | 442 static void SendChar_ToUART(int ch) in SendChar_ToUART() 457 static void SendChar_ToUART(int ch) in SendChar_ToUART() 521 static void SendChar(int ch) in SendChar() 647 void _ttywrch(int ch) in _ttywrch() 672 int fputc(int ch, FILE *stream) in fputc()
|
| D | crypto.c | 915 static char ch2hex(char ch) in ch2hex()
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | retarget.c | 472 void SendChar_ToUART(int ch) in SendChar_ToUART() 493 void SendChar(int ch) in SendChar() 625 void _ttywrch(int ch) in _ttywrch() 650 int fputc(int ch, FILE *stream) in fputc()
|
| D | crypto.c | 880 static char ch2hex(char ch) in ch2hex() 1054 char ch; in get_nibble_value() local
|
| /hal_nuvoton-latest/m48x/StdDriver/inc/ |
| D | timer_pwm.h | 352 #define TPWM_ENABLE_OUTPUT(timer, ch) ((timer)->PWMPOEN = (ch)) argument 369 #define TPWM_SET_OUTPUT_INVERSE(timer, ch) ((timer)->PWMPOLCTL = (ch)) argument 388 #define TPWM_SET_MASK_OUTPUT(timer, ch, level) do {(timer)->PWMMSKEN = (ch); (timer)->PWMMSK = (lev… argument
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | timer_pwm.h | 378 #define TPWM_ENABLE_OUTPUT(timer, ch) ((timer)->PWMPOEN = (ch)) argument 395 #define TPWM_SET_OUTPUT_INVERSE(timer, ch) ((timer)->PWMPOLCTL = (ch)) argument 414 #define TPWM_SET_MASK_OUTPUT(timer, ch, level) do {(timer)->PWMMSKEN = (ch); (timer)->PWMMSK = (lev… argument
|