#include <adcifb.h>
Definition at line 59 of file adcifb.h.
Data Fields | |
unsigned short | ratio_clkadcifb_clkadc |
Ratio Fclk_adcifb/Fclk_adc = 2*i with i an integer in [1,64]. | |
unsigned short | resolution |
Resolution mode. | |
unsigned short | shtim |
Channels Sample & Hold Time in [0,15], where Ts&h = shtim * Tclk_adc. | |
bool | sleep_mode_enable |
ADCIFB Sleep Mode enable/disable. | |
unsigned short | startup |
ADC Startup time in [0,127], where Tstartup = startup * 8 * Tclk_adc. |
unsigned short adcifb_opt_t::ratio_clkadcifb_clkadc |
Ratio Fclk_adcifb/Fclk_adc = 2*i with i an integer in [1,64].
Definition at line 68 of file adcifb.h.
Referenced by adcifb_configure().
unsigned short adcifb_opt_t::resolution |
unsigned short adcifb_opt_t::shtim |
Channels Sample & Hold Time in [0,15], where Ts&h = shtim * Tclk_adc.
Definition at line 65 of file adcifb.h.
Referenced by adcifb_configure().
ADCIFB Sleep Mode enable/disable.
Definition at line 74 of file adcifb.h.
Referenced by adcifb_configure().
unsigned short adcifb_opt_t::startup |
ADC Startup time in [0,127], where Tstartup = startup * 8 * Tclk_adc.
Definition at line 71 of file adcifb.h.
Referenced by adcifb_configure().