![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
LTC5599: 140 to 1000MHz IQ modulator. More...
LTC5599: 140 to 1000MHz IQ modulator.
http://www.linear.com/product/LTC5599
http://www.linear.com/product/LTC5599#demoboards
Copyright 2018(c) Analog Devices, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Header for LTC5599: Direct Conversion I/Q Modulator
Definition in file LTC5599.h.
Go to the source code of this file.
Functions | |
void | LTC5599_write_read (uint8_t cs, uint8_t address, uint8_t rw, uint8_t tx, uint8_t *rx) |
Reads the modulator register and returns 8-bit data. More... | |
Macros | |
#define | LTC5599_CS QUIKEVAL_CS |
Define the SPI CS pin. More... | |
LTC5599 read/write bits | |
#define | LTC5599_WRITE 0x00 |
#define | LTC5599_READ 0x01 |
void LTC5599_write_read | ( | uint8_t | cs, |
uint8_t | address, | ||
uint8_t | rw, | ||
uint8_t | tx, | ||
uint8_t * | rx | ||
) |
Reads the modulator register and returns 8-bit data.
cs | Chip Select Pin |
address | Channel address, config bits ORed together |
rx | Returns code read from device |
Definition at line 70 of file LTC5599.cpp.
#define LTC5599_CS QUIKEVAL_CS |