Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cpu_core.h/cpu_core.c

Prototype

Code Block
languagecpp
          CPU_TS_TMR  CPU_IntDisMeasMaxGet (void);


Arguments

None.

Returned Value

...

Notes / Warnings

None.

Example Usage

Anchor
Listing - CPU_IntDisMeasMaxGet() example usage
Listing - CPU_IntDisMeasMaxGet() example usage

Code Block
languagecpp
titleListing - CPU_IntDisMeasMaxGet() example usage
linenumberstrue
          CPU_TS_TMR  time_max_cnts;
           
          time_max_cnts = CPU_IntDisMeasMaxGet();  /* Get maximum interrupts disabled time. */