/
CPU_IntDisMeasMaxCurReset
CPU_IntDisMeasMaxCurReset
Description
Resets current maximum interrupts disabled time.
Files
cpu_core.h/cpu_core.c
Prototype
CPU_TS_TMR CPU_IntDisMeasMaxCurReset (void);
Arguments
None.
Returned Value
Maximum interrupts disabled time (in CPU timestamp timer counts) before resetting.
Required Configuration
Available only if CPU_CFG_INT_DIS_MEAS_EN
is #define'd
in cpu_cfg.h
. See Interrupts Disabled Time Measurement Configuration.
Notes / Warnings
None.
Example Usage
Listing - CPU_IntDisMeasMaxCurReset() example usage
CPU_TS_TMR time_max_cnts; time_max_cnts = CPU_IntDisMeasMaxCurReset(); /* Reset current maximum interrupts disabled time. */
, multiple selections available,
Related content
CPU_IntDisMeasMaxGet
CPU_IntDisMeasMaxGet
More like this
CPU_IntDisMeasMaxCurGet
CPU_IntDisMeasMaxCurGet
More like this
CPU_INT_DIS
CPU_INT_DIS
More like this
CPU_INT_EN
CPU_INT_EN
More like this
CPU_TS_TmrFreqSet
CPU_TS_TmrFreqSet
More like this
CPU_TS_TmrInit
CPU_TS_TmrInit
More like this