Searched refs:func_ptr (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/minilibc/libc/ |
A D | _init.c | 22 typedef void (*func_ptr) (void); typedef 26 func_ptr *p; in _init() 27 for (p = ((func_ptr *)&__ctor_end__) - 1; p >= (func_ptr *)&__ctor_start__; p--) { in _init() 34 func_ptr *p; in _fini() 35 for (p = (func_ptr *)&__ctor_end__; p <= ((func_ptr *)&__dtor_end__) - 1; p++) { in _fini()
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_cli_cmd.c | 228 func_ptr_t func_ptr; in func_cmd() local 237 func_ptr = (func_ptr_t)strtoul(argv[1], NULL, 0); in func_cmd() 242 aos_cli_printf("function %p runing...\r\n", func_ptr); in func_cmd() 244 func_ptr = (func_ptr_t)((unsigned int)(func_ptr) + 1); in func_cmd() 246 ret = func_ptr(para[0], para[1], para[2], para[3], para[4], para[5], para[6], para[7]); in func_cmd() 247 aos_cli_printf("function %p return 0x%x.\r\n", func_ptr, ret); in func_cmd()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/ |
A D | app_bt_func.h | 217 uint32_t func_ptr; member
|
/AliOS-Things-master/components/netmgr/src/ |
A D | netmgr_wifi.c | 2681 call_msg.func_ptr = cb; in wifi_msg_cb() 3335 call_msg.func_ptr = g_mgnt_monitor_data_cb;
|
Completed in 24 milliseconds