no-OS
Toggle main menu visibility
Main Page
Related Pages
Structures
Structure List
Structure Index
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
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
irq_id
irq_id
Interrupts IDs supported by the irq driver.
Definition
aducm3029_irq.h:50
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)
Generated by
1.13.2