X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstmf0%2Fao_exti.h;h=1d19a48f60dcd63b99a3b964d318710197b9f72a;hb=eaf2ee0f498b519d64e1664a2b8c66c52ac1497c;hp=192611bd501f01759dae1fefd8509b0a98675042;hpb=3abc0fc5e4484d862709501133d35563aa0c25fa;p=fw%2Faltos diff --git a/src/stmf0/ao_exti.h b/src/stmf0/ao_exti.h index 192611bd..1d19a48f 100644 --- a/src/stmf0/ao_exti.h +++ b/src/stmf0/ao_exti.h @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +21,7 @@ #define AO_EXTI_MODE_RISING 1 #define AO_EXTI_MODE_FALLING 2 +#define AO_EXTI_MODE_PULL_NONE 0 #define AO_EXTI_MODE_PULL_UP 4 #define AO_EXTI_MODE_PULL_DOWN 8 #define AO_EXTI_PRIORITY_LOW 16 @@ -34,7 +36,7 @@ void ao_exti_set_mode(struct stm_gpio *gpio, uint8_t pin, uint8_t mode); void -ao_exti_set_callback(struct stm_gpio *gpio, uint8_t pin, void (*callback)()); +ao_exti_set_callback(struct stm_gpio *gpio, uint8_t pin, void (*callback)(void)); void ao_exti_enable(struct stm_gpio *gpio, uint8_t pin);