FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
tasks_config.c File Reference

Defines and initializes configurations for Tasks. More...

Go to the source code of this file.

Variables

const rstCallback_t resetReasonCallback = &T_ResetReasonExampleCallback
 Configures the user-configurable callback function used for application specific reset handling in T_HandleResetReason.

Detailed Description

Defines and initializes configurations for Tasks.

This file defines and initializes the external configuration constants used by the Task layer. These constants are declared in tasks_config.h and initialized here to ensure a single instance across all translation units using the configuration, maintaining a consistent configuration and preventing multiple definition errors during linkage.

Note
This file is designed to be modified to meet specific application requirements.

Definition in file tasks_config.c.