mode_config_t Struct Reference
|
yasimavr
|
Loading...
Searching...
No Matches
SleepConfig::mode_config_t Struct Reference
Configuration structure for each supported sleep mode. More...
#include <sim_sleep.h>
Inheritance diagram for SleepConfig::mode_config_t:
Public Attributes | |
| SleepMode | mode |
| uint8_t | int_mask [16] |
Public Attributes inherited from base_reg_config_t | |
| uint64_t | reg_value |
Detailed Description
Configuration structure for each supported sleep mode.
- Parameters
-
reg_value the register field value for this sleep mode mode the SleepMode enum value corresponding to this sleep mode int_mask bitset that indicates for each interrupt vector of the device vector map if it can wake up the device from this sleep mode
Member Data Documentation
◆ int_mask
| uint8_t SleepConfig::mode_config_t::int_mask[16] |
◆ mode
| SleepMode SleepConfig::mode_config_t::mode |
The documentation for this struct was generated from the following file:
Generated by
Public Attributes inherited from