You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
652 B
27 lines
652 B
4 months ago
|
/**
|
||
|
******************************************************************************
|
||
|
* @copyright Copyright (C), 2016-2022, ConvenientPower. Co., Ltd.
|
||
|
* @file drv_analog_trim.h
|
||
|
* @version 1.0
|
||
|
* @author qing.cheng
|
||
|
* @date 2022-11-08
|
||
|
* @brief Header file of DRV_ANALOG_TRIM_H module.
|
||
|
******************************************************************************
|
||
|
*/
|
||
|
#ifndef _DRV_ANALOG_TRIM_H_
|
||
|
#define _DRV_ANALOG_TRIM_H_
|
||
|
|
||
|
#include "core_comm.h"
|
||
|
#include "trim_define.h"
|
||
|
#include "drv_analog.h"
|
||
|
|
||
|
/*
|
||
|
* @brief drv_analog_trim_rsvd_set
|
||
|
* @param value
|
||
|
* @note
|
||
|
* @retval NULL
|
||
|
*/
|
||
|
void drv_analog_trim_rsvd_set(uint8_t value);
|
||
|
|
||
|
#endif
|