We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b746aca commit 304831eCopy full SHA for 304831e
drivers/ra/fsp/inc/api/r_comparator_api.h
@@ -52,6 +52,7 @@ typedef enum e_comparator_mode
52
/** Trigger type: rising edge, falling edge, both edges, low level. */
53
typedef enum e_comparator_trigger
54
{
55
+ COMPARATOR_TRIGGER_NO_EDGE = 0, ///< None edge trigger
56
COMPARATOR_TRIGGER_RISING = 1, ///< Rising edge trigger
57
COMPARATOR_TRIGGER_FALLING = 2, ///< Falling edge trigger
58
COMPARATOR_TRIGGER_BOTH_EDGE = 3, ///< Both edges trigger
0 commit comments