最終更新:2018-05-25 (金) 17:04:09 (2166d)  

CyU3PApplicationDefine
Top / CyU3PApplicationDefine

Application define function which creates the threads.

概要

  • The driver specific OS primitives and threads shall be created in this function.
  • This function shall be implemented by the firmware library and needs to be invoked from the kernel during initialization.
  • This is where all the threads and OS primitives for all module drivers shall be created.
  • Though some OS calls can be safely made at this point; scheduling, wait options and sleep functions are not expected to be functional at this point.

実装

  • cyu3system.c

呼び出し元

呼び出し

  • CyU3PMemInit?
  • CyU3PDmaApplicationDefine?
  • CyU3PEventCreate?
  • CyU3PThreadCreate(CyU3PSysThreadEntry)
  • CyU3PSystemRegisterDriver?
  • CyU3PSibApplicationDefine?
  • CyU3PDebugApplicationDefine?
  • CyU3PPibApplicationDefine?
  • CyU3PLppApplicationDefine?
  • CyU3PUibApplicationDefine?