佚名通过本文主要向大家介绍了timeout函数,timeout,timeout是什么意思,cleartimeout,gateway timeout等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题:关于蓝牙40的void halSleepuint32 osal_timeout函数
描述:
This service is part of the power saving mechanism. Osal uses these routines to exercise low power mode when
POWER_SAVING symbol is compiled.
7.1 HalSleep()
7.1.1 Description
This routine is called from the OSAL task loop through the OSAL interface to set the low power mode of
the MAC.
7.1.2 Prototype
void halSleep(uint32 osal_timeout)
7.1.3 Parameter Details
osal_timeout – The next OSAL timer timeout. This will be used to determine how long the MAC needs to
sleep or stay awake.
7.1.4 Return
None.
这个函数中的osal_timeout的含义是什么,如何进入低功耗。请大神解决。
描述:
蓝牙power
7. Sleep ServiceThis service is part of the power saving mechanism. Osal uses these routines to exercise low power mode when
POWER_SAVING symbol is compiled.
7.1 HalSleep()
7.1.1 Description
This routine is called from the OSAL task loop through the OSAL interface to set the low power mode of
the MAC.
7.1.2 Prototype
void halSleep(uint32 osal_timeout)
7.1.3 Parameter Details
osal_timeout – The next OSAL timer timeout. This will be used to determine how long the MAC needs to
sleep or stay awake.
7.1.4 Return
None.
这个函数中的osal_timeout的含义是什么,如何进入低功耗。请大神解决。