|
Contiki 3.x
|
Machine dependent STM32W radio code.More...
#include "hal/error.h"#include "hal/hal.h"#include "contiki.h"#include "net/mac/frame802154.h"#include "dev/stm32w-radio.h"#include "net/netstack.h"#include "net/packetbuf.h"#include "net/rime/rimestats.h"#include "sys/rtimer.h"#include "dev/leds.h"Go to the source code of this file.
Functions | |
| void | ST_RadioReceiveIsrCallback (uint8_t *packet, boolean ackFramePendingSet, uint32_t time, uint16_t errors, int8_t rssi) |
| This function is called by the library when a packet has been received. More... | |
| void | ST_RadioTransmitCompleteIsrCallback (StStatus status, uint32_t txSyncTime, boolean framePending) |
| This function is called by the library once after each ST_RadioTransmit() call that returned successfully. More... | |
| boolean | ST_RadioDataPendingShortIdIsrCallback (uint16_t shortId) |
| This function is called by the library after the short address fields of a packet have been received. More... | |
| boolean | ST_RadioDataPendingLongIdIsrCallback (uint8_t *longId) |
| This function is called by the library after the long address fields of a packet have been received. More... | |
| void | ST_RadioOverflowIsrCallback (void) |
| This function is called by the library in response to a receive overflow event if this notification is enabled by a call to ST_RadioEnableOverflowNotification(). | |
| void | ST_RadioSfdSentIsrCallback (uint32_t sfdSentTime) |
This function is called by the library in response to an SFD sent event if this notification has been enabled by a call to ST_RadioEnableSfdSentNotification(). More... | |
| void | ST_RadioMacTimerCompareIsrCallback (void) |
| This function is called by the library in response to MAC timer comparison event. | |
Machine dependent STM32W radio code.
Definition in file stm32w-radio.c.
1.8.5