|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <osal_types.h>#include "td_base.h"#include "oal_types_device.h"#include "oal_plat_type.h"

宏定义 | |
| #define | OAL_INLINE inline |
| #define | OAL_STATIC static |
| #define | OAL_VOLATILE volatile |
| #define | oal_reference(data) ((void)(data)) |
| #define | OAL_CONST const |
| #define | unref_param(P) ((P) = (P)) |
| #define | unref_param_prv(P) ((P) = (P)) |
| #define | OAL_ETIMEDOUT 110 /* Connection timed out */ |
| #define | MAC_ADDR_0 0 |
| #define | MAC_ADDR_1 1 |
| #define | MAC_ADDR_2 2 |
| #define | MAC_ADDR_3 3 |
| #define | MAC_ADDR_4 4 |
| #define | MAC_ADDR_5 5 |
类型定义 | |
| typedef osal_u8 | oal_switch_enum_uint8 |
枚举 | |
| enum | oal_switch_enum { OAL_SWITCH_OFF = 0 , OAL_SWITCH_ON = 1 , OAL_SWITCH_BUTT } |
| #define MAC_ADDR_0 0 |
| #define MAC_ADDR_1 1 |
| #define MAC_ADDR_2 2 |
| #define MAC_ADDR_3 3 |
| #define MAC_ADDR_4 4 |
| #define MAC_ADDR_5 5 |
| #define OAL_CONST const |
| #define OAL_ETIMEDOUT 110 /* Connection timed out */ |
| #define OAL_INLINE inline |
| #define OAL_STATIC static |
| #define OAL_VOLATILE volatile |
| #define unref_param | ( | P | ) | ((P) = (P)) |
| #define unref_param_prv | ( | P | ) | ((P) = (P)) |
| typedef osal_u8 oal_switch_enum_uint8 |
| enum oal_switch_enum |