ArchXT_ACPConfig Struct Reference

yasimavr: ArchXT_ACPConfig Struct Reference
yasimavr
Loading...
Searching...
No Matches
ArchXT_ACPConfig Struct Reference

Configuration structure for ArchXT_ACP. More...

#include <arch_xt_acp.h>

Public Attributes

std::vector< ACP::channel_config_tpos_channels
 List of the channels for the positive input.
 
std::vector< ACP::channel_config_tneg_channels
 List of the channels for the negative input.
 
unsigned int vref_channel
 Channel index for the internal voltage reference.
 
reg_addr_t reg_base
 Base address for the peripheral I/O registers.
 
int_vect_t iv_cmp
 Interrupt vector index for the comparator output.
 

Detailed Description

Configuration structure for ArchXT_ACP.

Member Data Documentation

◆ iv_cmp

int_vect_t ArchXT_ACPConfig::iv_cmp

Interrupt vector index for the comparator output.

◆ neg_channels

std::vector<ACP::channel_config_t> ArchXT_ACPConfig::neg_channels

List of the channels for the negative input.

◆ pos_channels

std::vector<ACP::channel_config_t> ArchXT_ACPConfig::pos_channels

List of the channels for the positive input.

◆ reg_base

reg_addr_t ArchXT_ACPConfig::reg_base

Base address for the peripheral I/O registers.

◆ vref_channel

unsigned int ArchXT_ACPConfig::vref_channel

Channel index for the internal voltage reference.


The documentation for this struct was generated from the following file: