|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
结构体 | |
| struct | hal_adc_type_info_t |
| adc类型信息。 更多... | |
函数 | |
| hal_adc_funcs_t * | hal_adc_v154_funcs_get (void) |
| 获取v154实例。 | |
| void | hal_adc_irq_handler (void) |
| adc中断处理函数。 | |
| hal_adc_type_info_t * | adc_port_get_cfg (void) |
| adc获取通道配置。 | |
| errcode_t | hal_adc_v154_channel_set (adc_channel_t ch, bool on) |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2024-2024. All rights reserved.
Description: Provides V154 HAL adc
History:
2024-02-01, Create file.
| hal_adc_type_info_t * adc_port_get_cfg | ( | void | ) |
adc获取通道配置。
| void hal_adc_irq_handler | ( | void | ) |
adc中断处理函数。
| errcode_t hal_adc_v154_channel_set | ( | adc_channel_t | ch, |
| bool | on | ||
| ) |
| [in] | ch | adc通道。 |
| [in] | on | 设置或清除通道。 |
| ERRCODE_SUCC | 成功。 |
| Other | 失败 参考 errcode_t 。 |
| hal_adc_funcs_t * hal_adc_v154_funcs_get | ( | void | ) |
获取v154实例。