Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
cc2500_common.h File Reference
#include "cc2500_compat.h"
#include "cc2500_rx_spi.h"
+ Include dependency graph for cc2500_common.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint16_t cc2500getRssiDbm (void)
 
void cc2500setRssiDbm (uint8_t value)
 
bool cc2500getGdo (void)
 
bool cc2500SpiInit (void)
 

Function Documentation

◆ cc2500getGdo()

bool cc2500getGdo ( void  )

Definition at line 80 of file cc2500_common.c.

References gdoPin, and IORead.

Referenced by frSkyXHandlePacket(), getBind1(), getBind2(), and tuneRx().

+ Here is the caller graph for this function:

◆ cc2500getRssiDbm()

uint16_t cc2500getRssiDbm ( void  )

Definition at line 64 of file cc2500_common.c.

References rssiDbm.

Referenced by buildTelemetryFrame().

+ Here is the caller graph for this function:

◆ cc2500setRssiDbm()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cc2500SpiInit()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: