no-OS
drivers
platform
stm32
stm32_hal.h
Go to the documentation of this file.
1
#ifndef _STM32_HAL_H
2
#define _STM32_HAL_H
3
4
#include "main.h"
5
6
int
stm32_init
(
void
);
7
int
stm32_get_exti_irq_id_from_pin
(uint8_t pin_nb, IRQn_Type *
irq_id
);
8
9
#endif
stm32_init
int stm32_init(void)
stm32_get_exti_irq_id_from_pin
int stm32_get_exti_irq_id_from_pin(uint8_t pin_nb, IRQn_Type *irq_id)
irq_id
irq_id
Interrupts IDs supported by the irq driver.
Definition:
aducm3029_irq.h:62
Generated by
1.8.17