/
CPU_IntDisMeasMaxCurGet
CPU_IntDisMeasMaxCurGet
Description
Gets current/resetable maximum interrupts disabled time.
Files
cpu_core.h/cpu_core.c
Prototype
CPU_TS_TMR CPU_IntDisMeasMaxCurGet (void);
Arguments
None.
Returned Value
Current maximum interrupts disabled time (in CPU timestamp timer counts).
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_IntDisMeasMaxCurGet() example usage
CPU_TS_TMR time_max_cnts; time_max_cnts = CPU_IntDisMeasMaxCurGet(); /* Get current maximum interrupts disabled time. */
Related content
CPU_IntDisMeasMaxGet
CPU_IntDisMeasMaxGet
More like this
CPU_IntDisMeasMaxCurReset
CPU_IntDisMeasMaxCurReset
More like this
CPU_TS_TmrRd
CPU_TS_TmrRd
More like this
IPerf_Get_TS_Max_ms()
IPerf_Get_TS_Max_ms()
More like this
CPU_TS_TmrInit
CPU_TS_TmrInit
More like this
CPU_TS_TmrFreqGet
CPU_TS_TmrFreqGet
More like this