|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <stdint.h>#include "securec.h"#include "common_def.h"#include "tcxo.h"#include "soc_osal.h"#include "sio_porting.h"#include "hal_sio_v150.h"
宏定义 | |
| #define | SIO_FIFO_SIZE 16 |
| #define | SIO_INTMASK 0x3c |
函数 | |
| void | hal_sio_v150_crg_clock_enable (sio_bus_t bus, bool enable) |
| sio crg clock 使能。 | |
| void | hal_sio_v150_irq_handler (sio_bus_t bus) |
| SIO中断处理函数 | |
| hal_sio_funcs_t * | hal_sio_v150_funcs_get (void) |
| 获取Driver层SIO和HAL层SIO的接口 | |
| #define SIO_FIFO_SIZE 16 |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
Description: Provides sio hal source
History:
2022-08-01, Create file.
| #define SIO_INTMASK 0x3c |