#include <microtune_4702.h>
Inheritance diagram for microtune_4702:
Public Member Functions | |
microtune_4702 () | |
virtual | ~microtune_4702 () |
bool | set_RF_freq (double freq, double *actual_freq) |
select RF frequency to be tuned to output frequency. freq is the requested frequency in Hz, actual_freq is set to the actual frequency tuned. It takes about 100 ms for the PLL to settle. | |
bool | read_info (unsigned char *buf) |
bool | pll_locked_p () |
double | get_output_freq () |
Private Member Functions | |
virtual bool | i2c_write (int addr, const unsigned char *buf, int nbytes)=0 |
true iff successful | |
virtual int | i2c_read (int addr, unsigned char *buf, int max_bytes)=0 |
number of bytes read or -1 if error | |
Private Attributes | |
int | d_reference_divider |
bool | prescaler |
|
|
|
|
|
|
|
number of bytes read or -1 if error
Implemented in eval_board_4702.
|
|
true iff successful
Implemented in eval_board_4702.
|
|
|
|
|
|
select RF frequency to be tuned to output frequency.
|
|
|
|
|