📄 _csl_h3asetaewbsatlimit.c
字号:
/** @file _csl_h3aSetAewbSatLimit.c
*
* @brief File for functional layer of CSL API @a CSL_h3aSetAewbSatLimit()
*
* Description
* - The @a CSL_h3aSetAewbSatLimit() function definition & it's associated
* functions
*
* @date 26th May, 2005
* @author Jesse Villarreal
*/
#include <csl_h3a_aux.h>
#pragma CODE_SECTION (CSL_h3aSetAewbSatLimit, ".text:csl_section:h3a");
/** @brief Sets the AE/AWB saturation limit
*
*/
CSL_Status CSL_h3aSetAewbSatLimit(
/** Pointer to the object that holds reference to the
* instance of H3A requested after the call
*/
CSL_H3aHandle hH3a,
/** Sets the AE/AWB saturation limit
*/
Uint16 limit
){
CSL_FINS(hH3a->regs->PCR,H3A_PCR_AVE2LMT,limit);
return (CSL_SOK);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -