Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
cc2500_frsky_common.h File Reference
#include "cc2500_compat.h"
#include "cc2500_settings.h"
+ Include dependency graph for cc2500_frsky_common.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool frSkySpiInit (const rxSpiConfig_t *rxSpiConfig, rxRuntimeConfig_t *rxRuntimeConfig)
 
rx_spi_received_e frSkySpiDataReceived (uint8_t *packet)
 
rx_spi_received_e frSkySpiProcessFrame (uint8_t *packet)
 
void frSkySpiSetRcData (uint16_t *rcData, const uint8_t *payload)
 

Function Documentation

◆ frSkySpiDataReceived()

◆ frSkySpiInit()

◆ frSkySpiProcessFrame()

rx_spi_received_e frSkySpiProcessFrame ( uint8_t packet)

Definition at line 398 of file cc2500_frsky_shared.c.

References processFrame, and RX_SPI_RECEIVED_NONE.

Referenced by rxSpiSetProtocol().

+ Here is the caller graph for this function:

◆ frSkySpiSetRcData()

void frSkySpiSetRcData ( uint16_t rcData,
const uint8_t payload 
)

Definition at line 407 of file cc2500_frsky_shared.c.

References rcData, and setRcData.

Referenced by rxSpiSetProtocol().

+ Here is the caller graph for this function: