The Frame Reception Unit reads/uploads the incoming frames .
Functions | |
void | handle_received_frame_irq (void) |
Handle received frame interrupt. More... | |
void | process_incoming_frame (buffer_t *buf) |
Parses received frame and create the frame_info_t structure. More... | |
void handle_received_frame_irq | ( | void | ) |
Handle received frame interrupt.
This function handles transceiver interrupts for received frames and uploads the frames from the trx.
void process_incoming_frame | ( | buffer_t * | buf | ) |
Parses received frame and create the frame_info_t structure.
This function parses the received frame and creates the frame_info_t structure to be sent to the MAC as a parameter of tal_rx_frame_cb().
buf | Pointer to the buffer containing the received frame |