AM273x MCU+ SDK  08.02.00

Introduction

Context switch enable/disable configuration in the paramset.

Macros

#define HWA_PARAMSET_CONTEXTSWITCH_DISABLE   (0U)
 disable the context switch in the paramset More...
 
#define HWA_PARAMSET_CONTEXTSWITCH_NONFORCE_ENABLE   (1U)
 context swtich is allowed at the end the a paramset, CONTEXTSW_EN register bit is set More...
 
#define HWA_PARAMSET_CONTEXTSWITCH_FORCE_ENABLE   (2U)
 after the paramset, the context switch is forced to happen wihthout the need of any trigger, the register FORCED_CONTEXTSW_EN in the parameter-set is set. More...
 

Macro Definition Documentation

◆ HWA_PARAMSET_CONTEXTSWITCH_DISABLE

#define HWA_PARAMSET_CONTEXTSWITCH_DISABLE   (0U)

disable the context switch in the paramset

◆ HWA_PARAMSET_CONTEXTSWITCH_NONFORCE_ENABLE

#define HWA_PARAMSET_CONTEXTSWITCH_NONFORCE_ENABLE   (1U)

context swtich is allowed at the end the a paramset, CONTEXTSW_EN register bit is set

◆ HWA_PARAMSET_CONTEXTSWITCH_FORCE_ENABLE

#define HWA_PARAMSET_CONTEXTSWITCH_FORCE_ENABLE   (2U)

after the paramset, the context switch is forced to happen wihthout the need of any trigger, the register FORCED_CONTEXTSW_EN in the parameter-set is set.