WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_reg_config.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2018-2020. All rights reserved.
3 * Description: HAL PMU CPU DRIVER HEADER.
4 *
5 * Create: 2020-01-15
6 */
7
8#ifndef SRC_DRIVERS_HAL_REG_CONFIG_H
9#define SRC_DRIVERS_HAL_REG_CONFIG_H
10
11#include "chip_io.h"
12
25void hal_reg_status_check_timeout(uint32_t addr, uint16_t offset, switch_type_t on, uint32_t timeout);
26
34void hal_reg_config_bit(uint32_t addr, switch_type_t on, REG16_POS position);
35
39#endif
REG16_POS
Definition chip_io.h:83
switch_type_t
Definition chip_io.h:57
void hal_reg_status_check_timeout(uint32_t addr, uint16_t offset, switch_type_t on, uint32_t timeout)
Check register value
Definition hal_reg_config.c:20
void hal_reg_config_bit(uint32_t addr, switch_type_t on, REG16_POS position)
Set register value
Definition hal_reg_config.c:45