ccNOos  v0.0.0
Build Portable Microcontroller Applications!
Data Fields
ioDeviceStruct Struct Reference

#include <io_device.h>

Data Fields

int(* open )()
 
int(* close )()
 
int(* read )()
 
int(* write )()
 

Detailed Description

Definition at line 133 of file io_device.h.

Field Documentation

◆ close

int(* close) ()

Definition at line 136 of file io_device.h.

◆ open

int(* open) ()

Definition at line 135 of file io_device.h.

◆ read

int(* read) ()

Definition at line 137 of file io_device.h.

◆ write

int(* write) ()

Definition at line 138 of file io_device.h.


The documentation for this struct was generated from the following file: