Searched defs:_tdet_pin_config (Results 1 – 1 of 1) sorted by relevance
173 typedef struct _tdet_pin_config struct175 enum _tdet_pin_polarity pinPolarity; /*!< Selects tamper pin expected value */176 enum _tdet_pin_direction pinDirection; /*!< Selects tamper pin direction */177 bool tamperPullEnable; /*!< Enable/disable pull resistor on the tamper pin */178 …det_glitch_filter_sample_freq tamperPinSampleFrequency; /*!< Selects tamper pin sample frequency */179 …m _tdet_glitch_filter_sample_width tamperPinSampleWidth; /*!< Selects tamper pin sample width */180 bool glitchFilterEnable; /*!< Enable/disable glitch filter on the tamper pin */182 glitchFilterPrescaler; /*!< Selects the prescaler for the glitch filter on tamper pin */184 …ilterWidth; /*!< 6-bit value to configure number of clock edges the input must remain stable for to187 enum _tdet_glitch_filter_expected tamperPinExpected; /*!< Selects tamper pin expected value */[all …]