TI BLE5-Stack API Documentation  9.11.01
icall_addrs.h
Go to the documentation of this file.
1 /******************************************************************************
2 
3  Group: WCS, BTS
4  $Target Device: DEVICES $
5 
6  ******************************************************************************
7  $License: BSD3 2013 $
8  ******************************************************************************
9  $Release Name: PACKAGE NAME $
10  $Release Date: PACKAGE RELEASE DATE $
11  *****************************************************************************/
12 
18 #ifndef ICALLADDRS_H
19 #define ICALLADDRS_H
20 
22 
23 #ifndef USE_DEFAULT_USER_CFG
24 
26 #include "ti/ble/app_util/config/ble_user_config.h"
27 
28 extern icall_userCfg_t user0Cfg;
29 
35 #define USER0_CFG &user0Cfg
36 
37 #else
38 
39 #define USER0_CFG NULL
40 
41 #endif // USE_DEFAULT_USER_CFG
42  // end of ICall_Constants
44 
50 extern void startup_entry( const ICall_RemoteTaskArg *arg0, void *arg1 );
51 //extern ICall_RemoteTaskEntry startup_entry;
52 #define ICALL_ADDR_MAPS \
53 { \
54  (ICall_RemoteTaskEntry) (startup_entry) \
55 }
56 
69 #define ICALL_TASK_PRIORITIES { 5 }
70 
77 #define ICALL_TASK_STACK_SIZES { 1500 }
78 
85 #define ICALL_CUSTOM_INIT_PARAMS { USER0_CFG }
86 
87 #endif /* ICALLADDRS_H */
88  // end of ICall_Constants
Common Defines.
Data type of the first argument passed to the entry point of an image which contains a remote task...
Definition: icall.h:846
void startup_entry(const ICall_RemoteTaskArg *arg0, void *arg1)
icall_userCfg_t user0Cfg
user config
ICall layer interface.
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale