Difference between revisions of "Component: PIC32 Core Timer (Storage)"
From Flowcode Help
Jump to navigationJump to search(One intermediate revision by the same user not shown) | |||
Line 14: | Line 14: | ||
==PIC32 Core Timer component== | ==PIC32 Core Timer component== | ||
Allows for easy and accurate timings using the built in Core timer on the PIC32 devices. | Allows for easy and accurate timings using the built in Core timer on the PIC32 devices. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | STORAGE | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 28: | Line 36: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 244: | Line 256: | ||
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|} | |} |
Latest revision as of 17:24, 9 November 2022
Author | MatrixTSL |
Version | 1.0 |
Category | Storage |
Contents
PIC32 Core Timer component
Allows for easy and accurate timings using the built in Core timer on the PIC32 devices.
Component Pack
STORAGE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
Start_S |
A none blocking function that allows for accurate delays to be specified in seconds using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
Start_InstructionCount |
A none blocking function that allows for accurate delays to be specified in FOSC instructions using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
Delay_S |
A blocking function that allows for accurate delays to be specified in seconds using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
Start_Ms |
A none blocking function that allows for accurate delays to be specified in milliseconds using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
Start_Us |
A none blocking function that allows for accurate delays to be specified in micro seconds using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
Delay_Ms |
A blocking function that allows for accurate delays to be specified in milliseconds using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
Delay_InstructionCount |
A blocking function that allows for accurate delays to be specified in FOSC instructions using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
Start_Ns |
A none blocking function that allows for accurate delays to be specified in nano seconds using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
Delay_Us |
A blocking function that allows for accurate delays to be specified in micro seconds using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
Delay_Ns |
A blocking function that allows for accurate delays to be specified in nano seconds using the core timer. | |
![]() |
Delay |
![]() |
Return |
![]() |
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. | |
![]() |
Return |
Property reference
![]() |
Properties |