Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
uint16_t | cc2500getRssiDbm (void) |
void | cc2500setRssiDbm (uint8_t value) |
bool | cc2500getGdo (void) |
bool | cc2500SpiInit (void) |
bool cc2500getGdo | ( | void | ) |
Definition at line 80 of file cc2500_common.c.
References gdoPin, and IORead.
Referenced by frSkyXHandlePacket(), getBind1(), getBind2(), and tuneRx().
uint16_t cc2500getRssiDbm | ( | void | ) |
Definition at line 64 of file cc2500_common.c.
References rssiDbm.
Referenced by buildTelemetryFrame().
void cc2500setRssiDbm | ( | uint8_t | value | ) |
Definition at line 69 of file cc2500_common.c.
References RSSI_SOURCE_RX_PROTOCOL, rssiDbm, and setRssi().
Referenced by frSkyXHandlePacket().
bool cc2500SpiInit | ( | void | ) |
Definition at line 127 of file cc2500_common.c.
References cc2500SpiDetect(), gdoPin, IO_NONE, IOCFG_IN_FLOATING, IOCFG_OUT_PP, IOConfigGPIO, IOGetByTag, IOHi, IOInit, OWNER_RX_SPI_EXTI, RSSI_SOURCE_NONE, RSSI_SOURCE_RX_PROTOCOL, rssiSource, rxCc2500SpiConfig(), and rxSpiConfig().
Referenced by frSkySpiInit().