IOHardwarePinKind : public <<enumeration>> class
| Created: |
2010-02-03 10:45:32 |
| Modified: |
2010-03-31 01:12:08 |
|
Project: |
|
| Author: |
|
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
Advanced: |
|
| UUID: |
{B66B161C-B428-46a2-B8F0-6C9FCF8AA799} |
| Appears In: |
HardwareModeling |
<p>IOHardwarePinKind is an enumeration type representing different kinds of I/O Hardware Ports.<br/></p><p><br/></p><p>Extension: <br/></p><p>Enumeration, no extension.<br/></p>
| Attribute |
Details |
public digital |
<<enum>>
|
Notes:
|
I/O with fixed amplitude.
|
|
public analog |
<<enum>>
|
Notes:
|
I/O with varying amplitude.
|
|
public pwm |
<<enum>>
|
Notes:
|
PWM (Pulse Width Modulated) modulated I/O, i.e. a signal with fixed frequency and amplitude but varying duty cycle.
|
|
public other |
<<enum>>
|
Notes:
|
Another type of I/O port.
|
|