![]() |
JQI Arduino Libraries
Arduino for the modern scientist.
|
#include <ADF4350.h>
Public Member Functions | |
| ADF4350 (byte) | |
| void | initialize (int, int) |
| void | powerDown (bool) |
| void | setRfPower (int) |
| void | setAuxPower (int) |
| void | auxEnable (bool) |
| void | rfEnable (bool) |
| int | getFreq () |
| void | setFreq (int) |
| void | setInt (int) |
| void | setFeedbackType (bool) |
| void | update () |
Public Attributes | |
| int | _phase |
| int | _freq |
| int | _int |
| int | _divider |
| int | _refClk |
| int | _auxPower |
| int | _rfPower |
Private Member Functions | |
| void | setR0 () |
| void | setR1 () |
| void | setR2 () |
| void | setR3 () |
| void | setR4 () |
| void | setR5 () |
| void | writeRegister (byte[4]) |
Private Attributes | |
| byte | _ssPin |
| bool | _powerdown |
| bool | _auxEnabled |
| bool | _rfEnabled |
| bool | _feedbackType |
| byte | _r0 [4] |
| byte | _r1 [4] |
| byte | _r2 [4] |
| byte | _r3 [4] |
| byte | _r4 [4] |
| byte | _r5 [4] |
| ADF4350::ADF4350 | ( | byte | ssPin | ) |
| void ADF4350::auxEnable | ( | bool | aux | ) |
| int ADF4350::getFreq | ( | ) |
| void ADF4350::initialize | ( | int | freq, |
| int | refClk = 10 |
||
| ) |
| void ADF4350::powerDown | ( | bool | pd | ) |
| void ADF4350::rfEnable | ( | bool | rf | ) |
| void ADF4350::setAuxPower | ( | int | pow | ) |
| void ADF4350::setFeedbackType | ( | bool | feedback | ) |
| void ADF4350::setFreq | ( | int | freq | ) |
| void ADF4350::setInt | ( | int | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| void ADF4350::setRfPower | ( | int | pow | ) |
| void ADF4350::update | ( | ) |
|
private |
|
private |
| int ADF4350::_auxPower |
| int ADF4350::_divider |
|
private |
| int ADF4350::_freq |
| int ADF4350::_int |
| int ADF4350::_phase |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| int ADF4350::_refClk |
|
private |
| int ADF4350::_rfPower |
|
private |
1.8.8