TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Macros | Variables
icall_addrs.h File Reference

Detailed Description

Stack image address information specific to build.

Go to the source code of this file.

Macros

#define ICALL_ADDR_MAPS
 
#define ICALL_CUSTOM_INIT_PARAMS   { USER0_CFG }
 
#define ICALL_STACK0_ADDR   0x00005000ul
 
#define ICALL_TASK_PRIORITIES   { 5 }
 
#define ICALL_TASK_STACK_SIZES   { 1000 }
 
#define USER0_CFG   &user0Cfg
 user config
 

Variables

icall_userCfg_t user0Cfg
 user config
 

Macro Definition Documentation

§ ICALL_ADDR_MAPS

#define ICALL_ADDR_MAPS
Value:
{ \
}
#define ICALL_STACK0_ADDR
Definition: icall_addrs.h:56
void(* ICall_RemoteTaskEntry)(const ICall_RemoteTaskArg *arg0, void *arg1)
Service entry function prototype.
Definition: icall.h:867

Initializer for an array of ICall_RemoteTaskEntry. Each element of the array corresponds to an entry function of an external image. The function address must be an odd address for CC2650 so that call will be made in Thumb mode

Copyright 2017, Texas Instruments Incorporated