This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CC3135:SemaphoreP_PARAMS_init ()函数

Guru**** 1135610 points
Other Parts Discussed in Thread: CC3135
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1230202/cc3135-semaphorep_params_init-function

器件型号:CC3135

大家好、

我们目前正在使用 CC3135进行开发,我正在尝试找出 SemaphoreP_PARAMS_init ()函数的位置。  我看到它被调用并提供了一个原型 、但我找不到实际函数本身。 您能为我们提供帮助吗?

我已经引用了 MSP432 SDK 中 SemaphoreP.h 头文件中的函数。 目录位于:simplelink_msp432p4_sdk_3_40_01_02\source\ti\drivers\DPL。 我已在主机驱动程序的 cc_pal.c 文件中调用了它、代码位于以下代码片段中:



提前感谢!


此致、

杰约马

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好,Jejomar,  

    请允许我将这一请求转交给正确的专家。  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好,Jejomar,

     SemaphoreP_params_init()函数位于内核中。   根据您使用的操作系统、此函数有三种不同的版本。

    FreeRTOS: simplelink_msp432e4_SDK_3_40_01_02\kernel\freertos\DPL\SemaphoreP_freertos.c

    TI RTOS: simplelink_msp432e4_sdk_3_40_01_02\kernel\tirtos\packages\ti\dpl\SemaphoreP_tirtos.c

    非 RTOS:simplelink_msp432e4_sdk_3_40_01_02\kernel\nortos\dpl\SemaphoreP_nortos.c

    谢谢!

    FG