2011-8-7 17:27:44

来源:互联网 发布:淘宝女装店名起名大全 编辑:程序博客网 时间:2024/05/16 03:14
 

 


2011-8-7 17:27:44

XLLP_STATUS_T XllpMfpResourceManagerInit (P_XLLP_MFP_RM_DB_ID_T pMfpRmDb)
{
    XLLP_UINT32_T i;
#if defined(XLLP_DEBUG_PARAM_CHECK)
    if (!pMfpRmDb)
        return(XLLP_STATUS_WRONG_PARAMETER);
#endif // defined(XLLP_DEBUG_PARAM_CHECK)

    for (i=0; i < (XLLP_MFP_RM_DB_SIZE / sizeof(XLLP_MFP_RM_DB_ID_T)); i++)
 pMfpRmDb[i] = 0u;

    return(XLLP_STATUS_SUCCESS);

} // XllpMfpResourceManagerInit()

对DB进行初试化

XllpMfpGetPinConfig

返回某个MFP的所有着

XllpMfpSetAfDs

修改了mfp的功能

XllpMfpSetAfDs_List

修改多个MFP的功能

XllpMfpConfigureWakeup

设置一个触发类型

XllpMfpConfigureWakeup_List

设置多个的触发类型

XllpMfpEnableWakeup

触发生效

XllpMfpEnableWakeup_List

触发多个生效

XllpMfpConfigurePullUpDown

为MFP配置一个上拉电阻

XllpMfpConfigurePullUpDown_List

为多个MFP配置上拉电阻

XllpMfpActivatePullUpDown

激活上拉电阻

XllpMfpActivatePullUpDown_List

激活多个上拉电阻

XllpMfpConfigureDrivenLpmOutputLevel

设置睡眠状态的输出级别


XllpMfpEnableDrivenLpmOutputLevel

使能输出级别

 * Description: Enable or disable the "RDH" and "Delayed Release Mode" behavior
 *  for an MFP.  The controlled behavior is actually an isolation of the
 *  Alternate Function device for both input and output.  It begins slightly
 *  before the actual Low Power Mode is applied to the AF device.  It continues
 *  until the RDH bit is cleared in the controlling Slave Low Power Management
 *  Unit register (ASCR).  It is needed for only a limited number of AF devices.
 
 

 

原创粉丝点击