This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Difference between revisions of "Built-in Function Blocks"
From CANNY Wiki
[unchecked revision] | [unchecked revision] |
(Created page with "=== Set and Copy === *Constant *Copy === Логические операции === *Negation *Logical AND *Logical OR *Exclusive OR === Побитов...") |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | === | + | === Constants and Registers === |
*[[Constant]] | *[[Constant]] | ||
*[[Copy]] | *[[Copy]] | ||
− | === | + | *[[Input Register]] |
+ | *[[Output Register]] | ||
+ | |||
+ | === Logical operators === | ||
*[[Negation]] | *[[Negation]] | ||
*[[Logical AND]] | *[[Logical AND]] | ||
*[[Logical OR]] | *[[Logical OR]] | ||
*[[Exclusive OR]] | *[[Exclusive OR]] | ||
− | === | + | === Bitwise operators === |
− | *[[ | + | *[[Bitwise AND]] |
− | *[[ | + | *[[Bitwise OR]] |
− | *[[ | + | *[[Bitwise exclusive OR]] |
− | *[[ | + | *[[Bitwise Inversion]] |
− | *[[ | + | *[[Left shift]] |
− | *[[ | + | *[[Right shift]] |
− | *[[ | + | *[[Left rotation]] |
− | *[[ | + | *[[Right rotation]] |
− | === | + | === Relational operators === |
− | *[[ | + | *[[Equal to]] |
− | *[[ | + | *[[Greater than]] |
− | *[[ | + | *[[Not greater than]] |
− | *[[ | + | *[[Less than]] |
− | *[[ | + | *[[Not less than]] |
− | === | + | === Arithmetic operations === |
− | *[[ | + | *[[Addition]] |
− | *[[ | + | *[[Subtraction]] |
− | *[[ | + | *[[Multiplication]] |
− | *[[ | + | *[[Division]] |
− | === | + | === Flip-flops / Latches === |
− | *[[ | + | *[[SR latch]] |
− | *[[ | + | *[[RS latch]] |
− | *[[ | + | *[[D flip-flop]] |
− | *[[ | + | *[[T flip-flop]] |
− | *[[ | + | *[[JK flip-flop]] |
− | === | + | *[[Buffer]] |
− | *[[ | + | === Timers and Generators === |
− | *[[ | + | *[[Delayed turning ON]] |
− | *[[ | + | *[[Delayed turning OFF]] |
− | *[[ | + | *[[PWM Generator]] |
− | === | + | *[[RND Generator]] |
− | *[[ | + | === Counters and Edge Detectors === |
− | *[[ | + | *[[Counter]] |
− | *[[ | + | *[[Rising edge detector]] |
− | === | + | *[[Falling edge detector]] |
− | *[[ | + | === Converters === |
− | *[[ | + | *[[Converter 8-to-1]] |
− | *[[ | + | *[[Converter 16-to-1]] |
− | *[[ | + | *[[Converter 1-to-8]] |
− | *[[ | + | *[[Converter 1-to-16]] |
− | *[[ | + | *[[ASCII to Integer]] |
− | === | + | *[[Integer to ASCII]] |
− | *[[ | + | *[[Map]] |
− | *[[ | + | === Switches === |
− | *[[ | + | *[[Switch 2-to-1]] |
− | *[[ | + | *[[Switch 8-to-1]] |
− | *[[ | + | *[[Switch 16-to-1]] |
− | *[[ | + | *[[Switch 1-to-2]] |
+ | *[[Switch 1-to-8]] | ||
+ | *[[Switch 1-to-16]] | ||
+ | === Decoration === | ||
+ | *[[Label]] |
Latest revision as of 20:04, 14 April 2016
Contents
Constants and Registers
Logical operators
Bitwise operators
- Bitwise AND
- Bitwise OR
- Bitwise exclusive OR
- Bitwise Inversion
- Left shift
- Right shift
- Left rotation
- Right rotation
Relational operators
Arithmetic operations
Flip-flops / Latches
Timers and Generators
Counters and Edge Detectors
Converters
- Converter 8-to-1
- Converter 16-to-1
- Converter 1-to-8
- Converter 1-to-16
- ASCII to Integer
- Integer to ASCII
- Map