CPU_IntDisMeasMaxGet()
Gets (non-resetable) maximum interrupts disabled time.
Files
cpu_core.h/cpu_core.c
Prototype
Arguments
None.
Returned Value
...
Available only if CPU_CFG_INT_DIS_MEAS_EN
is #define'd
in cpu_cfg.h
(see section 7-1 (see µC/CPU Interrupts Disabled Time Measurement).
Notes / Warnings
None.
Example Usage