This file controls the software Serial FIFO management.
Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.
#include "serial_fifo.h"
Functions | |
int | ser_fifo_init (ser_fifo_desc_t *fifo_desc, void *buffer, uint16_t size) |
Initializes a new software FIFO for a certain 'size'. More... | |