Struct SleepConfig::mode_config_t

Nested Relationships

This struct is a nested type of Struct SleepConfig.

Inheritance Relationships

Base Type

Struct Documentation

struct mode_config_t : public base_reg_config_t

Configuration structure for each supported sleep mode.

Param reg_value:

the register field value for this sleep mode

Param mode:

the SleepMode enum value corresponding to this sleep mode

Param 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

Public Members

SleepMode mode
uint8_t int_mask[16]