XWOS API
4.0
XWOS C/C++ API参考手册
|
玄武设备栈:SOC 更多...
结构体 | |
struct | xwds_soc_driver |
BSP中需要提供的SOC设备驱动函数表 更多... | |
struct | xwds_soc |
SOC设备 更多... | |
宏定义 | |
#define | __xwds_soc_eirq_tbl_qualifier |
#define | __xwds_soc_dma_tbl_qualifier |
类型定义 | |
typedef void * | xwds_eirq_arg_t |
外部中断函数参数 | |
typedef void(* | xwds_eirq_f) (struct xwds_soc *, xwid_t, xwds_eirq_arg_t) |
外部中断函数 | |
typedef void * | xwds_dma_cbarg_t |
DMA完成回调函数参数 | |
typedef void(* | xwds_dma_f) (struct xwds_soc *, xwid_t, xwu32_t, xwds_dma_cbarg_t) |
DMA完成回调函数类型 | |
函数 | |
void | xwds_soc_construct (struct xwds_soc *soc) |
XWDS API:SOC构造函数 | |
void | xwds_soc_destruct (struct xwds_soc *soc) |
XWDS API:SOC对象的析构函数 | |
xwer_t | xwds_soc_grab (struct xwds_soc *soc) |
XWDS API:增加对象的引用计数 | |
xwer_t | xwds_soc_put (struct xwds_soc *soc) |
XWDS API:减少对象的引用计数 | |
xwer_t | xwds_soc_get_reset_reason (struct xwds_soc *soc, xwu64_t *reason) |
XWDS API:获取复位原因 | |
玄武设备栈:SOC
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.
在文件 chip.h 中定义.