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