SleepConfig Struct Reference

yasimavr: SleepConfig Struct Reference
yasimavr
Loading...
Searching...
No Matches
SleepConfig Struct Reference

Configuration structure for a generic sleep mode controller. More...

#include <sim_sleep.h>

Classes

struct  mode_config_t
 Configuration structure for each supported sleep mode. More...
 

Public Attributes

std::vector< mode_config_tmodes
 The supported sleep modes.
 
regbit_t rb_mode
 Register location for the sleep mode selection.
 
regbit_t rb_enable
 Register location for the sleep enable bit.
 

Detailed Description

Configuration structure for a generic sleep mode controller.

See also
AVR_SleepController

Member Data Documentation

◆ modes

std::vector<mode_config_t> SleepConfig::modes

The supported sleep modes.

◆ rb_enable

regbit_t SleepConfig::rb_enable

Register location for the sleep enable bit.

◆ rb_mode

regbit_t SleepConfig::rb_mode

Register location for the sleep mode selection.


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