Home
last modified time | relevance | path

Searched refs:CHAR (Results 1 – 25 of 49) sorted by relevance

12

/device/soc/winnermicro/wm800/board/include/app/
Dwm_http_client.h26 #ifdef CHAR
27 #undef CHAR
55 typedef char CHAR; typedef
182 CHAR* Uri;
183 CHAR* ProxyHost;
187 CHAR* UserName;
188 CHAR* Password;
194 typedef void (*http_client_recv_callback_fn)(HTTP_SESSION_HANDLE pSession, CHAR *data, UINT32 total…
203 CHAR* sendData;
284 … HTTPClientSetCredentials (HTTP_SESSION_HANDLE pSession, CHAR *pUserName, CHAR *pPassword…
[all …]
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/
Damba_pl011.c38 CHAR g_inputCmd[CMD_LENGTH];
50 STATIC VOID UartPutcReg(UINTPTR base, CHAR c) in UartPutcReg()
63 INT32 uart_putc(INT32 port, CHAR c) in uart_putc()
70 CHAR uart_fputc(CHAR c, VOID *f) in uart_fputc()
85 STATIC VOID UartPutStr(UINTPTR base, const CHAR *s, UINT32 len) in UartPutStr()
97 UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock) in UartPutsReg()
116 VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock) in UartPuts()
122 INT32 uart_puts(const CHAR *s, UINTPTR len, VOID *state) in uart_puts()
142 CHAR c; in uart_handler()
/device/qemu/arm_virt/liteos_a/board/amba_pl011/
Damba_pl011.c38 CHAR g_inputCmd[CMD_LENGTH];
50 STATIC VOID UartPutcReg(UINTPTR base, CHAR c) in UartPutcReg()
63 INT32 uart_putc(INT32 port, CHAR c) in uart_putc()
70 CHAR uart_fputc(CHAR c, VOID *f) in uart_fputc()
85 STATIC VOID UartPutStr(UINTPTR base, const CHAR *s, UINT32 len) in UartPutStr()
97 UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock) in UartPutsReg()
116 VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock) in UartPuts()
122 INT32 uart_puts(const CHAR *s, UINTPTR len, VOID *state) in uart_puts()
142 CHAR c; in uart_handler()
Damba_pl011.h60 extern CHAR g_inputCmd[CMD_LENGTH];
/device/qemu/riscv32_virt/liteos_m/board/include/
Driscv_hal.h31 extern CHAR *__except_stack_top;
32 extern CHAR *__start_and_irq_stack_top;
33 extern CHAR *__text_start;
34 extern CHAR *__text_end;
35 extern CHAR *__bss_end;
/device/soc/hpmicro/hpm6700/liteos_m/
Driscv_hal.h31 extern CHAR *__except_stack_top;
32 extern CHAR *__start_and_irq_stack_top;
33 extern CHAR *__text_start;
34 extern CHAR *__text_end;
35 extern CHAR *__bss_end;
/device/qemu/esp32/liteos_m/board/libc/
Ddprintf.c38 STATIC VOID UartPutc(CHAR c) in UartPutc()
43 STATIC VOID FuncPuts(const CHAR *s, VOID (*funcPutc)(CHAR c)) in FuncPuts()
54 INT32 printf(const CHAR *fmt, ...) in printf()
56 CHAR buf[BUFSIZE] = { 0 }; in printf()
/device/qemu/SmartL_E802/liteos_m/board/libc/
Ddprintf.c57 STATIC VOID UartPutc(CHAR c) in UartPutc()
62 STATIC VOID FuncPuts(const CHAR *s, VOID (*funcPutc)(CHAR c)) in FuncPuts()
73 INT32 printf(const CHAR *fmt, ...) in printf()
75 CHAR buf[BUFSIZE] = { 0 }; in printf()
/device/soc/st/common/platform/uart/
DKRecvBuf.h42 CHAR *fifo;
45 extern UINT32 KRecvBufInit(KRecvBuf *krbCB, CHAR *fifo, UINT32 size);
47 extern UINT32 KRecvBufWrite(KRecvBuf *krbCB, const CHAR *buf, UINT32 size);
48 extern UINT32 KRecvBufRead(KRecvBuf *krbCB, CHAR *buf, UINT32 size);
DKRecvBuf.c38 STATIC UINT32 KRecvBufWriteLinear(KRecvBuf *krbCB, const CHAR *buf, UINT32 size) in KRecvBufWriteLinear()
68 STATIC UINT32 KRecvBufWriteLoop(KRecvBuf *krbCB, const CHAR *buf, UINT32 size) in KRecvBufWriteLoop()
93 UINT32 KRecvBufWrite(KRecvBuf *krbCB, const CHAR *buf, UINT32 size) in KRecvBufWrite()
114 STATIC UINT32 KRecvBufReadLinear(KRecvBuf *krbCB, const CHAR *buf, UINT32 size) in KRecvBufReadLinear()
145 STATIC UINT32 KRecvBufReadLoop(KRecvBuf *krbCB, const CHAR *buf, UINT32 size) in KRecvBufReadLoop()
170 UINT32 KRecvBufRead(KRecvBuf *krbCB, CHAR *buf, UINT32 size) in KRecvBufRead()
191 UINT32 KRecvBufInit(KRecvBuf *krbCB, CHAR *fifo, UINT32 size) in KRecvBufInit()
/device/qemu/esp32/liteos_m/board/include/
Dsoc.h45 extern CHAR _sbss;
46 extern CHAR _ebss;
47 extern CHAR __init_stack_e;
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_task.h425 CHAR *pcName; /**< Task name */
442 CHAR acName[LOS_TASK_NAMELEN]; /**< Task entrance function */
858 extern CHAR *LOS_CurTaskNameGet(VOID);
965 extern CHAR* LOS_TaskNameGet(UINT32 taskID);
Dlos_err.h66 typedef VOID (*LOS_ERRORHANDLE_FUNC)(const CHAR *fileName,
94 extern UINT32 LOS_ErrHandle(const CHAR *fileName, UINT32 lineNo,
/device/qemu/arm_virt/liteos_a/board/include/soc/
Duart.h57 extern VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock);
58 extern UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock);
Drandom.h26 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/
Ddevice.h43 const CHAR *name;
66 const CHAR *name;
92 const CHAR *name;
365 extern struct device_driver *driver_find(const CHAR *name, struct bus_type *bus);
/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/
Duart.h118 extern UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock);
119 extern VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock);
Drandom.h28 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
/device/board/openvalley/niobeu4/liteos_m/target/src/
Dtarget_startup.c72 __attribute__((weak)) UINT32 lwip_ifconfig(INT32 argc, const CHAR** argv) in lwip_ifconfig()
77 __attribute__((weak)) UINT32 OsShellPing(INT32 argc, const CHAR** argv) in OsShellPing()
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/
Duart.h125 extern UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock);
126 extern VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock);
Drandom.h28 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/
Dlos_task_pri.h290 CHAR *taskName; /**< Task name */
337 CHAR name[OS_TASK_SWITCH_INFO_COUNT][LOS_TASK_NAMELEN];
/device/qemu/arm_virt/liteos_a/board/include/hisoc/
Drandom.h26 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
/device/board/bearpi/bearpi_hm_micro/liteos_a/board/include/hisoc/
Drandom.h26 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat_printf.h25 extern LITE_OS_SEC_TEXT INT32 __dprintf(const CHAR *format, va_list arg_v, OUTPUT_FUNC pFputc, VOID…

12