sim_adc.h Source File
|
yasimavr
|
Loading...
Searching...
No Matches
sim_adc.h
Go to the documentation of this file.
@ Channel_Temperature
Internal temperature sensor voltage.
Definition sim_adc.h:87
@ Channel_AcompRef
Analog comparator reference input (used on ATMega0 and ATMega1 series)
Definition sim_adc.h:89
@ Signal_ConversionComplete
Raised when the conversion is complete and the CPU is notified that the conversion result is ready.
Definition sim_adc.h:115
@ Signal_ConversionStarted
Raised at the start of a conversion.
Definition sim_adc.h:110
Definition sim_adc.h:95
unsigned int gain
Measurement gain applied to the voltage value. Must be non-zero.
Definition sim_adc.h:105
pin_id_t pin_n
Pin ID used as negative input for differential channels, unused for other channel types.
Definition sim_adc.h:101
char per_num
Used for Channel_AcompRef, index of the ACP peripheral to get the reference value from.
Definition sim_adc.h:103
pin_id_t pin_p
Pin ID used for single-ended channels or as positive input for differential channels.
Definition sim_adc.h:99
Definition sim_peripheral.h:252
Generated by