mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 09:09:29 +00:00
radio.hpp: expose cached FPGA quarter-rate shift
This commit is contained in:
@@ -126,6 +126,10 @@ rf::Direction get_cached_direction();
|
|||||||
bool get_cached_rf_amp();
|
bool get_cached_rf_amp();
|
||||||
int_fast8_t get_cached_lna_gain();
|
int_fast8_t get_cached_lna_gain();
|
||||||
int_fast8_t get_cached_vga_gain();
|
int_fast8_t get_cached_vga_gain();
|
||||||
|
|
||||||
|
/* FPGA RX quarter-rate shift currently programmed, in gateware encoding:
|
||||||
|
* 0b00 none, 0b11 up, 0b01 down. */
|
||||||
|
uint8_t get_cached_quarter_shift();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace sgpio {
|
namespace sgpio {
|
||||||
|
|||||||
Reference in New Issue
Block a user