|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

函数 | |
| errcode_t | hal_sio_regs_init (sio_bus_t bus) |
| 初始化寄存器基地址列表。 | |
| void | hal_sio_regs_deinit (sio_bus_t bus) |
| 去初始化寄存器基地址列表。 | |
| errcode_t | hal_sio_register_funcs (sio_bus_t bus, hal_sio_funcs_t *funcs) |
| 注册 hal_sio_funcs_t 到 g_hal_sios_funcs。 | |
| errcode_t | hal_sio_unregister_funcs (sio_bus_t bus) |
| 从g_hal_sios_funcs注销 hal_sio_funcs_t 。 | |
| hal_sio_funcs_t * | hal_sio_get_funcs (sio_bus_t bus) |
| 获取Driver层sio和HAL层sio的接口实例。参考 hal_sio_funcs_t | |
变量 | |
| uintptr_t | g_hal_sio_regs [I2S_MAX_NUMBER] = { 0 } |
| hal_sio_funcs_t * | g_hal_sio_funcs [I2S_MAX_NUMBER] = { 0 } |
| hal_sio_funcs_t* g_hal_sio_funcs[I2S_MAX_NUMBER] = { 0 } |