snickerdoodle Platform Controller
firmware for STM32F0 platform controller
sd_gpio.h
Go to the documentation of this file.
1
46
#ifndef __SD_GPIO_H
47
#define __SD_GPIO_H
48
#ifdef __cplusplus
49
extern
"C"
{
50
#endif
51
52
62
void
sd_gpio_init
(
void
);
63
void
sd_gpio_exti_irqhandler
(uint16_t pin);
72
#ifdef __cplusplus
73
}
74
#endif
75
#endif
/* __SD_GPIO_H */
76
77
/*
78
* END OF FILE [sd_gpio.h]
79
*/
sd_gpio_init
void sd_gpio_init(void)
GPIO Initialization Configure pins as analog, input, output, event_out and EXTI.
Definition:
sd_gpio.c:68
sd_gpio_exti_irqhandler
void sd_gpio_exti_irqhandler(uint16_t GPIO_Pin)
Handle EXTI interrupt request.
Definition:
sd_gpio.c:196
Inc
sd_gpio.h
Generated on Mon Apr 2 2018 13:17:21 for snickerdoodle Platform Controller by
1.8.14