File contains the TAL sub-state macros and functions that perform frame transmission.
Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
#include "tal.h"
Functions | |
void | handle_tx_end_irq (bool underrun_occured) |
Handles interrupts issued due to end of transmission. More... | |
void | send_frame (csma_mode_t csma_mode, bool tx_retries) |
Sends frame using trx features to handle CSMA and re-transmissions. More... | |
void | tx_done_handling (void) |
Implements the handling of the transmission end. More... | |