/trusted-firmware-m-3.5.0/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/ |
D | fsl_debug_console.c | 371 status_t DbgConsole_ReadOneCharacter(uint8_t *ch) in DbgConsole_ReadOneCharacter() 411 static status_t DbgConsole_EchoCharacter(uint8_t *ch, bool isGetChar, int *index) in DbgConsole_EchoCharacter() 442 int DbgConsole_SendData(uint8_t *ch, size_t size) in DbgConsole_SendData() 509 int DbgConsole_SendDataReliable(uint8_t *ch, size_t size) in DbgConsole_SendDataReliable() 655 int DbgConsole_ReadCharacter(uint8_t *ch) in DbgConsole_ReadCharacter() 1018 int DbgConsole_Putchar(int ch) in DbgConsole_Putchar() 1073 status_t DbgConsole_TryGetchar(char *ch) in DbgConsole_TryGetchar() 1118 uint8_t ch = 0U; in DbgConsole_Getchar() local 1170 uint8_t ch = 0U; in __read() local 1253 int fputc(int ch, FILE *f) in fputc() [all …]
|
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/ |
D | retarget.c | 522 void SendChar_ToUART(int ch) in SendChar_ToUART() 537 void SendChar_ToUART(int ch) in SendChar_ToUART() 599 void SendChar(int ch) in SendChar() 733 void _ttywrch(int ch) in _ttywrch() 758 int fputc(int ch, FILE *stream) in fputc()
|
D | crypto.c | 800 static char ch2hex(char ch) in ch2hex() 952 char ch; in get_nibble_value() local
|
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/ |
D | retarget.c | 432 void SendChar_ToUART(int ch) in SendChar_ToUART() 447 void SendChar_ToUART(int ch) in SendChar_ToUART() 511 void SendChar(int ch) in SendChar() 645 void _ttywrch(int ch) in _ttywrch() 670 int fputc(int ch, FILE *stream) in fputc()
|
D | crypto.c | 858 static char ch2hex(char ch) in ch2hex() 1032 char ch; in get_nibble_value() local
|
/trusted-firmware-m-3.5.0/platform/ext/common/ |
D | uart_stdout.c | 57 int fputc(int ch, FILE *f) in fputc() 77 int putchar(int ch) in putchar()
|
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/ |
D | timer_pwm.h | 351 #define TPWM_ENABLE_OUTPUT(timer, ch) ((timer)->PWMPOEN = (ch)) argument 368 #define TPWM_SET_OUTPUT_INVERSE(timer, ch) ((timer)->PWMPOLCTL = (ch)) argument 387 #define TPWM_SET_MASK_OUTPUT(timer, ch, level) do {(timer)->PWMMSKEN = (ch); (timer)->PWMMSK = (lev… argument
|
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/ |
D | timer_pwm.h | 376 #define TPWM_ENABLE_OUTPUT(timer, ch) \ argument 402 #define TPWM_SET_OUTPUT_INVERSE(timer, ch) \ argument 426 #define TPWM_SET_MASK_OUTPUT(timer, ch, level) do {(timer)->PWMMSKEN = (ch); (timer)->PWMMSK = (lev… argument
|
/trusted-firmware-m-3.5.0/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/utilities/ |
D | fsl_shell.c | 277 uint8_t ch; in SHELL_Task() local
|
/trusted-firmware-m-3.5.0/platform/ext/target/nxp/common/Native_Driver/utilities/str/ |
D | fsl_str.c | 465 char ch; in PrintFilterLengthFlag() local
|
/trusted-firmware-m-3.5.0/platform/ext/cmsis/ |
D | core_cm4.h | 2064 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar() 2087 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
|
D | core_cm33.h | 3212 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar() 3235 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
|
D | core_armv81mml.h | 4163 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar() 4186 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
|
D | core_cm85.h | 4607 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar() 4630 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
|
D | core_cm55.h | 4752 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar() 4775 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
|