XWOS API
4.0
XWOS C/C++ API参考手册
|
玄武设备栈:顶级头文件 更多...
#include <xwos/standard.h>
结构体 | |
struct | xwds_resource_reg |
设备栈寄存器资源 更多... | |
struct | xwds_resource_irq |
设备栈中断钟资源 更多... | |
struct | xwds_resource_clk |
设备栈时钟资源 更多... | |
struct | xwds_resource_pwr |
设备栈电源资源 更多... | |
struct | xwds_resource_gpio |
设备栈GPIO资源 更多... | |
struct | xwds_resource_dma |
设备栈DMA资源 更多... | |
struct | xwds_resource_extgpio |
设备栈GPIO资源 更多... | |
struct | xwds_resources |
设备栈资源 更多... | |
宏定义 | |
#define | __xwds_code __xwcd_code |
#define | __xwds_isr __xwcd_isr |
#define | __xwds_api __xwcd_api |
#define | __xwds_inline __xwcd_inline |
#define | __xwds_inline_api __xwcd_inline_api |
#define | __xwds_vop __xwcd_code |
#define | __xwds_data __xwcd_data |
#define | __xwds_rodata __xwcd_rodata |
#define | xwds_cast(type, dev) ((type)(dev)) |
#define | XWDS_BUG() XWOS_BUG() |
#define | XWDS_BUG_ON(x) XWOS_BUG_ON(x) |
#define | XWDS_VALIDATE(exp, errstr, ...) |
#define | XWDS_LOG_TAG "xwds" |
玄武设备栈:顶级头文件
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
在文件 standard.h 中定义.