64 NoCapabilities = 0x00000000,
125 capabilities = VMXChannelCapability::NoCapabilities;
The VMX Channel can be routed to a one-wire LED array (e.g., WS2811) that is accessed via "one-wire" ...
Definition: VMXChannel.h:109
VMXChannel information structure.
Definition: VMXChannel.h:119
The VMX Channel can be routed to a DigitalIO resource in output mode.
Definition: VMXChannel.h:68
The VMX Channel can be routed to an Encoder resource's B (second) port.
Definition: VMXChannel.h:84
The VMX Channel can be routed to a I2C resource's SCL port.
Definition: VMXChannel.h:106
The VMX Channel can be routed to a SPI resource's MISO port.
Definition: VMXChannel.h:98
The VMX Channel can be routed to a PWM Generator resource's second port.
Definition: VMXChannel.h:72
The VMX Channel can be routed to a SPI resource's CLK port.
Definition: VMXChannel.h:96
The VMX Channel can be routed to a DigitalIO resource in input mode.
Definition: VMXChannel.h:66
The VMX Channel can be routed to an Encoder resource's A (first) port.
Definition: VMXChannel.h:82
The VMX Channel can be routed to a Input Capture resource's first port.
Definition: VMXChannel.h:75
The VMX Channel can be routed to a I2C resource's SDA port.
Definition: VMXChannel.h:104
uint8_t VMXChannelIndex
Type representing the 0-based index of a VMX Channel.
Definition: VMXChannel.h:113
AnalogIn Channels are dedicated as inputs to AnalogAccumulator and AnalogTrigger resources.
Definition: VMXChannel.h:49
The VMX Channel can be routed to a UART resource's TX port.
Definition: VMXChannel.h:92
The VMX Channel can be routed to an Analog Trigger resource.
Definition: VMXChannel.h:88
The VMX Channel can be routed to an Accumulator resource.
Definition: VMXChannel.h:86
The VMX Channel can be routed to a Input Capture's second port.
Definition: VMXChannel.h:79
HiCurrDIO Channels can all be configured as either input or output.
Definition: VMXChannel.h:54
The VMX Channel can be routed to a SPI resource's MOSI port.
Definition: VMXChannel.h:100
CommDIO Channels are fixed as either inputs or outputs; they can be used with the UART...
Definition: VMXChannel.h:59
The VMX Channel can be routed to a PWM Generator resource's first port.
Definition: VMXChannel.h:70
The VMX Channel can be routed to an Interrupt resource.
Definition: VMXChannel.h:90
VMXChannelCapability
Enumeration of VMX Channel Capabilities.
Definition: VMXChannel.h:63
VMXChannelType
Enumeration of VMX Channel types.
Definition: VMXChannel.h:42
const VMXChannelIndex INVALID_VMX_CHANNEL_INDEX
Constant representing an invalid VMXChannelIndex.
Definition: VMXChannel.h:116
The VMX Channel can be routed to a SPI resource's CS port.
Definition: VMXChannel.h:102
FlexDIO Channels can be configured as input or output, and can also be used with VMX-pi Encoder...
Definition: VMXChannel.h:47
The VMX Channel can be routed to a UART resource's RX port.
Definition: VMXChannel.h:94