Home
last modified time | relevance | path

Searched defs:devconfig_t (Results 1 – 2 of 2) sorted by relevance

/dports/astro/gpsd/gpsd-3.20/
H A Dgps.h2094 struct devconfig_t { struct
2095 char path[GPS_PATH_MAX];
2096 int flags;
2101 char driver[64];
2103 char subtype[128]; // maybe hardware version
2104 char subtype1[128]; // maybe software version
2106 char hexdata[HEXDATA_MAX];
2107 timespec_t activated;
2108 unsigned int baudrate, stopbits; /* RS232 link parameters */
2109 char parity; /* 'N', 'O', or 'E' */
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/
H A Dgps.h1912 struct devconfig_t { struct
1913 char path[GPS_PATH_MAX];
1914 int flags;
1919 char driver[64];
1920 char subtype[64];
1921 double activated;
1922 unsigned int baudrate, stopbits; /* RS232 link parameters */
1923 char parity; /* 'N', 'O', or 'E' */
1924 double cycle, mincycle; /* refresh cycle time in seconds */
1925 int driver_mode; /* is driver in native mode or not? */