WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
SIO V151 Regs Operation

宏定义

#define sios_v151_regs(bus)   ((sio_v151_regs_t *)g_hal_sio_regs[bus])
 
#define SIO_RX_FIFO_SHIFT_MASK   8
 

函数

void hal_sio_v151_regs_init (sio_bus_t bus)
 Init the sio which will set the base address of registers.
 
void hal_sio_v151_regs_deinit (sio_bus_t bus)
 Deinit the sio which will clear the base address of registers.
 

变量

uintptr_t g_hal_sio_regs [I2S_MAX_NUMBER]
 

详细描述

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.

Description: Provides v151 sio register operation api
History:
2023-03-07, Create file.

宏定义说明

◆ SIO_RX_FIFO_SHIFT_MASK

#define SIO_RX_FIFO_SHIFT_MASK   8

◆ sios_v151_regs

#define sios_v151_regs (   bus)    ((sio_v151_regs_t *)g_hal_sio_regs[bus])

函数说明

◆ hal_sio_v151_regs_deinit()

void hal_sio_v151_regs_deinit ( sio_bus_t  bus)

Deinit the sio which will clear the base address of registers.

◆ hal_sio_v151_regs_init()

void hal_sio_v151_regs_init ( sio_bus_t  bus)

Init the sio which will set the base address of registers.

变量说明

◆ g_hal_sio_regs

uintptr_t g_hal_sio_regs[I2S_MAX_NUMBER]
extern

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.

Description: Provides hal sio
History:
2022-08-01, Create file.