ISIX-RTOS - small operating system for ARM microcontrollers 1.2
Data Fields

fifo_struct Struct Reference

#include <fifo.h>

Data Fields

enum ihandle_type type
char * rx_p
char * tx_p
char * mem_p
int size
int elem_size
sem_t rx_sem
sem_t tx_sem

Detailed Description

Definition at line 13 of file prv/fifo.h.


Field Documentation

Definition at line 20 of file prv/fifo.h.

Definition at line 18 of file prv/fifo.h.

Definition at line 16 of file prv/fifo.h.

Definition at line 21 of file prv/fifo.h.

Definition at line 19 of file prv/fifo.h.

Definition at line 17 of file prv/fifo.h.

Definition at line 22 of file prv/fifo.h.

Definition at line 15 of file prv/fifo.h.


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines