HOPS
HOPS class reference
Macros | Functions
get_chip_mode.c File Reference
#include <stdio.h>
#include <string.h>
#include "vex.h"
#include "mk4_vex.h"
#include "mk4_util.h"

Macros

#define ISNAME(namestring)   (strcmp (p_val.name, namestring) == 0)
 
#define MAX_CHIP_MODES   20
 

Functions

struct Cvex_ChipModeget_chip_mode (char *chip_mode)
 

Macro Definition Documentation

◆ ISNAME

#define ISNAME (   namestring)    (strcmp (p_val.name, namestring) == 0)

◆ MAX_CHIP_MODES

#define MAX_CHIP_MODES   20

Function Documentation

◆ get_chip_mode()

struct Cvex_ChipMode* get_chip_mode ( char *  chip_mode)