pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
expert.cxx File Reference

EXPERT menu commands. More...

#include "pftool.h"
Include dependency graph for expert.cxx:

Functions

static void i2c (const std::string &cmd, Target *target)
 Direct I2C commands.
 
static void elinks (const std::string &cmd, Target *pft)
 ELINKS menu commands.
 
static void fc (const std::string &cmd, Target *pft)
 Fast Control (FC) menu commands.
 

Detailed Description

EXPERT menu commands.

Function Documentation

◆ elinks()

static void elinks ( const std::string & cmd,
Target * pft )
static

ELINKS menu commands.

We retrieve a reference to the current elinks object via pflib::Target::elinks and then procede to the commands.

Commands

Parameters
[in]cmdELINKS command
[in]pftactive target

◆ fc()

static void fc ( const std::string & cmd,
Target * pft )
static

Fast Control (FC) menu commands.

Commands

Parameters
[in]cmdFC menu command
[in]pftactive target

◆ i2c()

static void i2c ( const std::string & cmd,
Target * target )
static

Direct I2C commands.

We construct a raw I2C interface by passing the wishbone from the target into the pflib::I2C class.

Commands

Parameters
[in]cmdI2C command
[in]pftactive target