|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "cc2500_compat.h"#include "peripherals/cc2500.h"#include "cc2500_settings.h"#include "cc2500_common.h"#include "cc2500_rx.h"#include <stdbool.h>
Include dependency graph for cc2500_common.c:Go to the source code of this file.
Functions | |
| uint16_t | cc2500getRssiDbm (void) |
| void | cc2500setRssiDbm (uint8_t value) |
| bool | cc2500getGdo (void) |
| static bool | cc2500SpiDetect (void) |
| bool | cc2500SpiInit (void) |
Variables | |
| static IO_t | gdoPin |
| static int16_t | rssiDbm |
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:Definition at line 64 of file cc2500_common.c.
References rssiDbm.
Referenced by buildTelemetryFrame().
Here is the caller graph for this function: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:Definition at line 116 of file cc2500_common.c.
References CC2500_30_PARTNUM, CC2500_31_VERSION, CC2500_READ_BURST, cc2500ReadReg(), and foo.
Referenced by cc2500SpiInit().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 127 of file cc2500_common.c.
References cc2500SpiDetect(), foo, 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:
|
static |
Definition at line 54 of file cc2500_common.c.
Referenced by cc2500getGdo(), and cc2500SpiInit().
|
static |
Definition at line 62 of file cc2500_common.c.
Referenced by cc2500getRssiDbm(), and cc2500setRssiDbm().