mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-21 22:57:35 +01:00
firmware: add register definitions for standard fpga bitstream
This commit is contained in:
@@ -1574,7 +1574,7 @@ extern ADDAPI int ADDCALL hackrf_rffc5071_write(
|
||||
* @return @ref HACKRF_SUCCESS on success or @ref hackrf_error variant
|
||||
* @ingroup debug
|
||||
*/
|
||||
extern ADDAPI int ADDCALL hackrf_fpga_spi_read(
|
||||
extern ADDAPI int ADDCALL hackrf_fpga_read_register(
|
||||
hackrf_device* device,
|
||||
uint8_t register_number,
|
||||
uint8_t* value);
|
||||
@@ -1591,7 +1591,7 @@ extern ADDAPI int ADDCALL hackrf_fpga_spi_read(
|
||||
* @return @ref HACKRF_SUCCESS on success or @ref hackrf_error variant
|
||||
* @ingroup debug
|
||||
*/
|
||||
extern ADDAPI int ADDCALL hackrf_fpga_spi_write(
|
||||
extern ADDAPI int ADDCALL hackrf_fpga_write_register(
|
||||
hackrf_device* device,
|
||||
uint8_t register_number,
|
||||
uint8_t value);
|
||||
|
||||
Reference in New Issue
Block a user