ESM Open Parameters.
ESM Open Parameters are used with the ESM_open() call. Default values for these parameters are set using ESM_Params_init().
If NULL is passed for the parameters, ESM_open() uses default parameters.
Data Fields | |
Bool | bClearErrors |
Bool 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