Device Class |
public class Device
The Device type exposes the following members.
Name | Description | |
---|---|---|
![]() | ADC_Reference | Write-only property for setting the AD5593R ADC reference mode. |
![]() | DAC_Reference | Write-only property for setting the AD5593R DAC reference mode. |
![]() | GPIO_Inputs | GPIO input register state. Any I/O pin that is not configured as a GPIO input will read as zero. |
![]() | GPIO_Outputs | GPIO output register state. Any I/O pin that is not configured as a GPIO output will be written as zero. |
Name | Description | |
---|---|---|
![]() | ADC_Create | Create an AD5593R ADC input object. |
![]() | ConfigureChannel | Configure a single ADC5593R I/O pin. |
![]() | DAC_Create | Create an AD5593R DAC output object. |
![]() | GPIO_Create | Create an AD5593R GPIO pin object. |
![]() | Read_ADC | Read from an ADC channel. |
![]() | Write_DAC | Write to a DAC channel. |
Name | Description | |
---|---|---|
![]() ![]() | ADC_Resolution | ADC resolution in bits. |
![]() ![]() | DAC_Resolution | DAC resolution in bits. |
![]() ![]() | MaxChannel | Maximum I/O channel number. |
![]() ![]() | MinChannel | Minimum I/O channel number. |