WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_register.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2019-2020. All rights reserved.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16#ifndef __AT_REGISTER_H__
17#define __AT_REGISTER_H__
18
19#include "td_base.h"
20
21#ifdef __cplusplus
22#if __cplusplus
23extern "C" {
24#endif
25#endif
26
27#define EXT_DEFAULT_IFNAME_LOCALHOST "lo"
28#define EXT_DEFAULT_IFNAME_AP "ap0"
29#define EXT_DEFAULT_IFNAME_STA "wlan0"
30#define EXT_DEFAULT_IFNAME_MESH "mesh0"
31
37
38extern td_u32 get_rf_cmu_pll_param(td_s16 *high_temp, td_s16 *low_temp, td_s16 *compesation);
39
40#ifdef __cplusplus
41#if __cplusplus
42 }
43#endif
44#endif
45
46#endif
td_u32 at_wifi_ifconfig(td_s32 argc, TD_CONST td_char **argv)
td_u32 get_rf_cmu_pll_param(td_s16 *high_temp, td_s16 *low_temp, td_s16 *compesation)
td_void at_sys_cmd_register(td_void)
Definition at_cmd_register.c:42
td_void at_send_recv_data(td_char *data)
Definition at_register.c:1000
td_u32 osShellDhcps(td_s32 argc, TD_CONST td_char **argv)
td_void los_at_general_cmd_register(td_void)
Definition at_register.c:1610
#define TD_CONST
Definition td_base.h:18
void td_void
Definition td_type.h:49
unsigned int td_u32
Definition td_type.h:38
short td_s16
Definition td_type.h:43
int td_s32
Definition td_type.h:44
char td_char
Definition td_type.h:41
Definition hal_uart_v151_regs_def.h:38