1#ifndef Driver_DIO_Simulated_InOut_h_
2#define Driver_DIO_Simulated_InOut_h_
constexpr size_t INOUT_CFG_PULL_UPDOWN_MASK
Mask for the Pull Up/Down configuration option.
Definition InOut.h:44
constexpr size_t INOUT_CFG_NO_PULL_UPDOWN
Magic value for no pull ups. OR'd with other config options.
Definition InOut.h:35
constexpr size_t INOUT_CFG_PULL_DOWN
Magic value for enabling Pull Down resistor. OR'd with other config options.
Definition InOut.h:41
constexpr size_t INOUT_CFG_PULL_UP
Magic value for enabling Pull Up resistor. OR'd with other config options.
Definition InOut.h:38