|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
函数 | |
| hal_sio_funcs_t * | hal_sio_v151_funcs_get (void) |
| 获取Driver层SIO和HAL层SIO的接口 | |
| void | hal_sio_v151_irq_handler (sio_bus_t bus) |
| SIO中断处理函数 | |
| void | hal_sio_v151_txrx_disable (sio_bus_t bus) |
| sio 接收发送去使能。 | |
| void | hal_sio_v151_txrx_enable (sio_bus_t bus) |
| sio 接收发送使能。 | |
| void | hal_sio_v151_crg_clock_enable (sio_bus_t bus, bool enable) |
| sio crg clock 使能。 | |
| void | hal_sio_v151_set_tx_enable (sio_bus_t bus, uint32_t val) |
| sio tx 使能。 | |
| void | hal_sio_v151_set_rx_enable (sio_bus_t bus, uint32_t val) |
| sio rx 使能。 | |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
Description: Provides v151 hal sio
History:
2023-03-07, Create file.
| void hal_sio_v151_crg_clock_enable | ( | sio_bus_t | bus, |
| bool | enable | ||
| ) |
sio crg clock 使能。
| hal_sio_funcs_t * hal_sio_v151_funcs_get | ( | void | ) |
获取Driver层SIO和HAL层SIO的接口
| void hal_sio_v151_irq_handler | ( | sio_bus_t | bus | ) |
SIO中断处理函数
| void hal_sio_v151_set_rx_enable | ( | sio_bus_t | bus, |
| uint32_t | val | ||
| ) |
sio rx 使能。
| void hal_sio_v151_set_tx_enable | ( | sio_bus_t | bus, |
| uint32_t | val | ||
| ) |
sio tx 使能。
| void hal_sio_v151_txrx_disable | ( | sio_bus_t | bus | ) |
sio 接收发送去使能。
| void hal_sio_v151_txrx_enable | ( | sio_bus_t | bus | ) |
sio 接收发送使能。