Skip to content

Commit 304831e

Browse files
khoa-nguyen-18KhiemNguyenT
authored andcommitted
hal: renesas: ra: Add Trigger NO_EDGE enum for comparator
Add COMPARATOR_TRIGGER_NO_EDGE for e_comparator_trigger enum in r_comparator_api.h Signed-off-by: Khoa Nguyen <[email protected]>
1 parent b746aca commit 304831e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ra/fsp/inc/api/r_comparator_api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ typedef enum e_comparator_mode
5252
/** Trigger type: rising edge, falling edge, both edges, low level. */
5353
typedef enum e_comparator_trigger
5454
{
55+
COMPARATOR_TRIGGER_NO_EDGE = 0, ///< None edge trigger
5556
COMPARATOR_TRIGGER_RISING = 1, ///< Rising edge trigger
5657
COMPARATOR_TRIGGER_FALLING = 2, ///< Falling edge trigger
5758
COMPARATOR_TRIGGER_BOTH_EDGE = 3, ///< Both edges trigger

0 commit comments

Comments
 (0)