Electroneum
hw::reset_mode Struct Reference

#include <device.hpp>

Collaboration diagram for hw::reset_mode:

Public Member Functions

 reset_mode (hw::device &dev)
 
 ~reset_mode ()
 

Public Attributes

devicehwref
 

Detailed Description

Definition at line 254 of file device.hpp.

Constructor & Destructor Documentation

◆ reset_mode()

hw::reset_mode::reset_mode ( hw::device dev)
inline

Definition at line 256 of file device.hpp.

256 : hwref(dev) { }
device & hwref
Definition: device.hpp:255

◆ ~reset_mode()

hw::reset_mode::~reset_mode ( )
inline

Definition at line 257 of file device.hpp.

virtual bool set_mode(device_mode mode)
Definition: device.hpp:130
device & hwref
Definition: device.hpp:255
Here is the call graph for this function:

Member Data Documentation

◆ hwref

device& hw::reset_mode::hwref

Definition at line 255 of file device.hpp.


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