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 3a27568 commit d03f967Copy full SHA for d03f967
targets/TARGET_STM/gpio_object.h
@@ -43,7 +43,7 @@ extern "C" {
43
/*
44
* Note: reg_clr might actually be same as reg_set.
45
* Depends on family whether BRR is available on top of BSRR
46
- * if BRR does not exist, family shall define GPIO_DOES_NOT_HAVE_BRR
+ * if BRR does not exist, family shall define GPIO_IP_WITHOUT_BRR
47
*/
48
typedef struct {
49
uint32_t mask;
0 commit comments