LoRaWAN to RADIO header file.
Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries.
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
#include "lorawan.h"
Functions | |
StackRetStatus_t | LORAWAN_RxDone (uint8_t *buffer, uint8_t bufferLength) |
void | LORAWAN_RxTimeout (void) |
void | LORAWAN_TxDone (void *param) |
StackRetStatus_t LORAWAN_RxDone | ( | uint8_t * | buffer, |
uint8_t | bufferLength | ||
) |
void LORAWAN_RxTimeout | ( | void | ) |
void LORAWAN_TxDone | ( | void * | param | ) |