Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
ptxThread_Fifo.h
Go to the documentation of this file.
1
43#ifndef PTXTHREAD_FIFO_H_
44#define PTXTHREAD_FIFO_H_
45
53#include "ptx_Fifo_IoRq.h"
54
55#ifdef __cplusplus
56extern "C" {
57#endif
58
59/*
60 * ####################################################################################################################
61 * FUNCTIONS
62 * ####################################################################################################################
63 */
64
76void ptxThreadFifo_fn(void *fifoIoRq);
77
78#ifdef __cplusplus
79}
80#endif
81
83#endif /* Guard */
84
85
void ptxThreadFifo_fn(void *fifoIoRq)
Function executed by FIFO thread.