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

结构体

struct  hal_adc_type_info_t
 adc类型信息。 更多...
 

函数

hal_adc_funcs_thal_adc_v154_funcs_get (void)
 获取v154实例。
 
void hal_adc_irq_handler (void)
 adc中断处理函数。
 
hal_adc_type_info_tadc_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.

函数说明

◆ adc_port_get_cfg()

hal_adc_type_info_t * adc_port_get_cfg ( void  )

adc获取通道配置。

◆ hal_adc_irq_handler()

void hal_adc_irq_handler ( void  )

adc中断处理函数。

◆ hal_adc_v154_channel_set()

errcode_t hal_adc_v154_channel_set ( adc_channel_t  ch,
bool  on 
)
参数
[in]chadc通道。
[in]on设置或清除通道。
返回值
ERRCODE_SUCC成功。
Other失败 参考 errcode_t

◆ hal_adc_v154_funcs_get()

hal_adc_funcs_t * hal_adc_v154_funcs_get ( void  )

获取v154实例。