This file handles the interrupts generated by the transceiver.
Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include "pal.h"
#include "return_val.h"
#include "tal.h"
#include "ieee_const.h"
#include "stack_config.h"
#include "bmm.h"
#include "qmm.h"
#include "tal_irq_handler.h"
#include "tal_rx.h"
#include "at86rf233.h"
#include "tal_internal.h"
#include "tal_constants.h"
#include "tal_tx.h"
#include "mac_build_config.h"
Functions | |
void | trx_irq_awake_handler_cb (void) |
Transceiver interrupt handler for awake end IRQ. More... | |
void | trx_irq_handler_cb (void) |
Transceiver interrupt handler. More... | |