From cfd8f0a65a78ea2d23777f38a8e99386376e266d Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Tue, 16 Jul 2024 21:47:58 +0000 Subject: [PATCH] deploy: 170f1b32561459e8d6f9837baaa920f34294be91 --- hal__gpio_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal__gpio_8h_source.html b/hal__gpio_8h_source.html index b86fb6c..746aaea 100644 --- a/hal__gpio_8h_source.html +++ b/hal__gpio_8h_source.html @@ -179,7 +179,7 @@
98 \
99 static inline void HAL_GPIO_##name##_off(void) \
100 { \
-
101 PORT->Group[HAL_GPIO_PORT##port].DIRSET.reg = (1 << pin); \
+
101 PORT->Group[HAL_GPIO_PORT##port].DIRCLR.reg = (1 << pin); \
102 PORT->Group[HAL_GPIO_PORT##port].PINCFG[pin].reg &= ~(PORT_PINCFG_PULLEN | PORT_PINCFG_INEN); \
103 (void)HAL_GPIO_##name##_off; \
104 } \