Shared utility

Description

Specify whether to apply memory sections to shared utility functions.

Category: Code Generation

Settings

Memory section specifications for model-level functions and internal data apply to the top level of the model and to subsystems except atomic subsystems that contain overriding memory section specifications.

Default: Default

Default

Suppresses the use of memory sections for shared utility functions.

memory-section-name

Applies a memory section to shared utility functions, such as fixed-point functions, lookup table functions, and binary search functions.

Command-Line Information

Parameter: MemSecFuncSharedUtil
Type: character vector
Value: 'Default' | 'MemConst' | 'MemVolatile' | 'MemConstVolatile'
Default: 'Default'

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precautionNo impact

Related Topics