|
Contiki-Inga 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 | |
| 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_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.3.1