BEAN NAME
|
BEAN INFO
|
|
|
|
TimingInt
|
Periodic interrupt generator. |
|
| |
The TimingInt calls periodically event handler with the period that you specify.
|
|
TimerOut
|
Periodic signal generator. |
|
| |
The bean generates output signal alternates "0" and "1" output values at constant intervals specify by user.
|
|
PWM
|
Pulse width generator. |
|
| |
The PWM generates a signal with variable duty and fixed cycle (period).
|
|
Capture
|
Simply implements the capture function of timer. |
|
| |
The bean on selected edge of the input signal (on the input pin), causes the current content of the counter
register is written into the capture register and the users event is called. The counter counts in free run mode.
|
|
RTIshared
|
Virtual sharable timer |
|
| |
This bean implements a real-time clock which can be shared by many other beans. Once created, this bean becomes a virtual part of the CPU and may be further used as a CPU resource. Any bean using RTIshared as a timing resource can select a period ranging from one to 256 times the basic period of the RTIshared.
|
|
FreeCntr8
|
8-bit free running counter |
|
| |
This bean implements an 8-bit free running counter. It counts events that occur at regular time intervals.
|
|
FreeCntr16
|
16-bit free running counter |
|
| |
This bean implements a 16-bit free running counter. It counts events that occur at regular time intervals.
|
|
FreeCntr32
|
32-bit free running counter |
|
| |
This bean implements a 32-bit free running counter. It counts events that occur at regular time intervals.
|
|
EventCntr8
|
8-bit event counter |
|
| |
This bean implements an 8-bit event counter. It counts external events (specified edges of the external signal). It uses a hardware counter that may have a different width, in which case the counter is extended or tapered to 8 bits.
|
|
EventCntr16
|
16-bit event counter |
|
| |
This bean implements an 16-bit event counter. It counts external events (specified edges of the external signal). It uses a hardware counter that may have a different width, in which case the counter is extended or tapered to 16 bits.
|
|
EventCntr32
|
32-bit event counter |
|
| |
This bean implements an 32-bit event counter. It counts external events (specified edges of the external signal). It uses a hardware counter that may have a different width, in which case the counter is extended or tapered to 32 bits.
|
|
TimeDate
|
Timer for real date and time |
|
| |
This bean implements a real time clock. Actual date may also be obtained and an alarm function is included.
TimerDate bean allocates a timer. Current implementation ensures correct representation of any time/date in the range from the 1st January 1998 till the 31st December 2099.
|
|
TimeDate
|
Timer for real date and time |
|
| |
This bean implements a real time clock. Actual date may also be obtained and an alarm function is included.
TimerDate bean allocates a timer. Current implementation ensures correct representation of any time/date in the range from the 1st January 1998 till the 31st December 2099.
|
|
PPG
|
Programmable pulse generator |
|
| |
This bean implements a programmable pulse generator that generates a signal with variable duty and variable cycle (period).
|