HomeSort by relevance Sort by last modified time
    Searched refs:APP_INIT (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/app/test1.app/
test_app1.c 41 APP_INIT(0, start_task, end_task, handle_event);
  /device/google/contexthub/firmware/app/test0.app/
test_app0.c 76 APP_INIT(0, start_task, end_task, handle_event);
  /device/google/contexthub/firmware/os/inc/
seos.h 346 #ifndef APP_INIT
347 #define APP_INIT(_ver, _init, _end, _event) \
349 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"), \

Completed in 59 milliseconds