AM273x MCU+ SDK  08.05.00
SDL_ESM_OpenParams Struct Reference

Detailed Description

ESM Open Parameters.

ESM Open Parameters are used with the SDL_ESM_Init() call. Default values for these parameters are set using SDL_ESM_Params_init().

If NULL is passed for the parameters, SDL_ESM_Init() uses default parameters.

See also
SDL_ESM_Params_init()

Data Fields

bool bClearErrors
 

Field Documentation

◆ bClearErrors

bool SDL_ESM_OpenParams::bClearErrors

boolean value to indicate if old ESM pending errors should be cleared or not This field will be set by SysCfg.
value = 0: do not clear value = 1: clear all ESM group errors hint: If you using TI RTOS, then ESM errors are cleared before entering main and this flag can be set to 0. For any other RTOS, check the the RTOS implementation or set this flag to 1