📄 _csl_histselinputdatawidth.c
字号:
/** @file _csl_histSelInputDataWidth.c
*
* @brief File for functional layer of CSL API @a CSL_histSelInputDataWidth()
*
* Description
* - The @a CSL_histSelInputDataWidth() function definition & it's associated
* functions
*
* @date 31st May, 2005
* @author Jesse Villarreal
*/
#include <csl_hist_aux.h>
#pragma CODE_SECTION (CSL_histSelInputDataWidth, ".text:csl_section:hist");
/** @brief Selects the input data width
*
*/
CSL_Status CSL_histSelInputDataWidth(
/** Pointer to the object that holds reference to the
* instance of HIST requested after the call
*/
CSL_HistHandle hHist,
/** Selects the input data width
*/
Uint16 width
){
CSL_FINS(hHist->regs->HIST_CNT,HIST_HIST_CNT_DATSIZ,width);
return (CSL_SOK);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -