/** * @file fifo_dev.h * @brief Operate the hardware fifo with Linux application * @details Call fifo_dev_init() paired with fifo_dev_deinit() as their names imply, fifo_dev_write_xxx() can be executed several times to operate the hardware fifo between fifo_dev_init() and fifo_dev_deinit() * @mainpage github.com/NanjingForestryUniversity * @author miaow (3703781@qq.com) * @version 1.1 * @date 2022/08/07 * @mainpage github.com/NanjingForestryUniversity * * @copyright Copyright (c) 2022 miaow * * @par Changelog: *
| Date | Version | Author | Description * |
|---|---|---|---|
| 2022/06/09 | 1.0 | miaow | Write this file * |
| 2022/08/07 | 1.1 | miaow | Add ignore_row_num to fifo_dev_write_frame * |