Component: PIC32 Core Timer (Timing)

From Flowcode Help
Revision as of 15:17, 20 January 2023 by Wiki bot (talk | contribs)
Jump to navigationJump to search
Author MatrixTSL
Version 1.0
Category Timing


PIC32 Core Timer component

Allows for easy and accurate timings using the built in Core timer on the PIC32 devices.

Component Source Code

Please click here to view the component source code (Beta): FC_Comp_Source_TimerComponentPIC32Core.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

Fc9-comp-macro.png Start_S
A none blocking function that allows for accurate delays to be specified in seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Start_InstructionCount
A none blocking function that allows for accurate delays to be specified in FOSC instructions using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_S
A blocking function that allows for accurate delays to be specified in seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Start_Ms
A none blocking function that allows for accurate delays to be specified in milliseconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Start_Us
A none blocking function that allows for accurate delays to be specified in micro seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_Ms
A blocking function that allows for accurate delays to be specified in milliseconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_InstructionCount
A blocking function that allows for accurate delays to be specified in FOSC instructions using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Start_Ns
A none blocking function that allows for accurate delays to be specified in nano seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_Us
A blocking function that allows for accurate delays to be specified in micro seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_Ns
A blocking function that allows for accurate delays to be specified in nano seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Check_Counter
Checks to see if the counter time is elapsed. Used in conjunction with the Start_ component macros. Returns 1 if complete or 0 if still counting. 
Fc9-bool-icon.png - BOOL Return



Property reference

Fc9-prop-icon.png Properties

==Macro reference==

Fc9-comp-macro.png Start_S
A none blocking function that allows for accurate delays to be specified in seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Start_InstructionCount
A none blocking function that allows for accurate delays to be specified in FOSC instructions using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_S
A blocking function that allows for accurate delays to be specified in seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Start_Ms
A none blocking function that allows for accurate delays to be specified in milliseconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Start_Us
A none blocking function that allows for accurate delays to be specified in micro seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_Ms
A blocking function that allows for accurate delays to be specified in milliseconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_InstructionCount
A blocking function that allows for accurate delays to be specified in FOSC instructions using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Start_Ns
A none blocking function that allows for accurate delays to be specified in nano seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_Us
A blocking function that allows for accurate delays to be specified in micro seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Delay_Ns
A blocking function that allows for accurate delays to be specified in nano seconds using the core timer. 
Fc9-u32-icon.png - ULONG Delay
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Check_Counter
Checks to see if the counter time is elapsed. Used in conjunction with the Start_ component macros. Returns 1 if complete or 0 if still counting. 
Fc9-bool-icon.png - BOOL Return



Property reference

Fc9-prop-icon.png Properties