Global¶
- group Global_channelCfg
channelCfg globals
lorem
Macros¶
- group Macros_channelCfg_h
Variables¶
- group Variables_channelCfg_h
Variables
-
unsigned char channel0sendPool[CHANNEL_0_SEND_POOL_SIZE]¶
-
unsigned char channel0replyPool[CHANNEL_0_REPLY_POOL_SIZE]¶
-
unsigned char channel1sendPool[CHANNEL_1_SEND_POOL_SIZE]¶
-
unsigned char channel1replyPool[CHANNEL_1_REPLY_POOL_SIZE]¶
-
const CosmOS_ChannelConfigurationType ChannelsCfgConst[CHANNEL_NUM]{{&ChannelsVar[CHANNEL_0_ID], CHANNEL_0_ID, channel0SendPool, channel0ReplyPool, CHANNEL_0_SEND_POOL_SIZE, CHANNEL_0_REPLY_POOL_SIZE, &PermissionsChannel0SendCfgConst, &PermissionsChannel0ReplyCfgConst, SEMAPHORE_2_ID, &ThreadsSchedulablesCfgConst[SCHEDULABLE_THREAD_0_PROGRAM_3_CORE_0_ID],}, {&ChannelsVar[CHANNEL_1_ID], CHANNEL_1_ID, channel1SendPool, channel1ReplyPool, CHANNEL_1_SEND_POOL_SIZE, CHANNEL_1_REPLY_POOL_SIZE, &PermissionsChannel1SendCfgConst, &PermissionsChannel1ReplyCfgConst, SEMAPHORE_3_ID, &ThreadsSchedulablesCfgConst[SCHEDULABLE_THREAD_1_PROGRAM_3_CORE_0_ID],},}¶
-
CosmOS_ChannelVariableType ChannelsVar[CHANNEL_NUM]¶
-
unsigned char channel0sendPool[CHANNEL_0_SEND_POOL_SIZE]¶