/device/soc/winnermicro/wm800/board/include/app/ |
D | wm_http_client.h | 26 #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/ |
D | amba_pl011.c | 38 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/ |
D | amba_pl011.c | 38 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()
|
D | amba_pl011.h | 60 extern CHAR g_inputCmd[CMD_LENGTH];
|
/device/qemu/riscv32_virt/liteos_m/board/include/ |
D | riscv_hal.h | 31 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/ |
D | riscv_hal.h | 31 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/ |
D | dprintf.c | 38 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/ |
D | dprintf.c | 57 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/ |
D | KRecvBuf.h | 42 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);
|
D | KRecvBuf.c | 38 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/ |
D | soc.h | 45 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/ |
D | los_task.h | 425 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);
|
D | los_err.h | 66 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/ |
D | uart.h | 57 extern VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock); 58 extern UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock);
|
D | random.h | 26 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
D | device.h | 43 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/ |
D | uart.h | 118 extern UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock); 119 extern VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock);
|
D | random.h | 28 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
|
/device/board/openvalley/niobeu4/liteos_m/target/src/ |
D | target_startup.c | 72 __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/ |
D | uart.h | 125 extern UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock); 126 extern VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock);
|
D | random.h | 28 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/ |
D | los_task_pri.h | 290 CHAR *taskName; /**< Task name */ 337 CHAR name[OS_TASK_SWITCH_INFO_COUNT][LOS_TASK_NAMELEN];
|
/device/qemu/arm_virt/liteos_a/board/include/hisoc/ |
D | random.h | 26 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
|
/device/board/bearpi/bearpi_hm_micro/liteos_a/board/include/hisoc/ |
D | random.h | 26 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
D | at_printf.h | 25 extern LITE_OS_SEC_TEXT INT32 __dprintf(const CHAR *format, va_list arg_v, OUTPUT_FUNC pFputc, VOID…
|