GM6000 Digital Heater Controller Branch: main
SDX-1330
Variables
Driver::DIO::Simulated Namespace Reference

The 'Simulated' namespace implements the DIO interface using model points. More...

Detailed Description

The 'Simulated' namespace implements the DIO interface using model points.

Variables

constexpr size_t INOUT_CFG_NO_PULL_UPDOWN = 0x00
 Magic value for no pull ups. OR'd with other config options.
 
constexpr size_t INOUT_CFG_PULL_UP = 0x01
 Magic value for enabling Pull Up resistor. OR'd with other config options.
 
constexpr size_t INOUT_CFG_PULL_DOWN = 0x02
 Magic value for enabling Pull Down resistor. OR'd with other config options.
 
constexpr size_t INOUT_CFG_PULL_UPDOWN_MASK = 0x03
 Mask for the Pull Up/Down configuration option.
 

Variable Documentation

◆ INOUT_CFG_NO_PULL_UPDOWN

constexpr size_t Driver::DIO::Simulated::INOUT_CFG_NO_PULL_UPDOWN = 0x00
constexpr

Magic value for no pull ups. OR'd with other config options.

◆ INOUT_CFG_PULL_DOWN

constexpr size_t Driver::DIO::Simulated::INOUT_CFG_PULL_DOWN = 0x02
constexpr

Magic value for enabling Pull Down resistor. OR'd with other config options.

◆ INOUT_CFG_PULL_UP

constexpr size_t Driver::DIO::Simulated::INOUT_CFG_PULL_UP = 0x01
constexpr

Magic value for enabling Pull Up resistor. OR'd with other config options.

◆ INOUT_CFG_PULL_UPDOWN_MASK

constexpr size_t Driver::DIO::Simulated::INOUT_CFG_PULL_UPDOWN_MASK = 0x03
constexpr

Mask for the Pull Up/Down configuration option.