theCore C++ embedded framework
stm32_exti_wrap_interface.hpp File Reference

Interface to EXTI STM32 wrappers. More...

This graph shows which files directly or indirectly include this file:

Namespaces

 ecl
 

Functions

template<uint32_t SplExti>
constexpr auto ecl::direct_exti ()
 Checks if given EXTI line is direct. More...
 
template<uint32_t SplExti>
constexpr auto ecl::grouped_exti ()
 Checks if given EXTI line is grouped. More...
 
template<uint32_t SplExti>
constexpr auto ecl::get_exti_idx ()
 Gets EXTI index suitable for arranging EXTI handlers in an array. More...
 

Detailed Description

Interface to EXTI STM32 wrappers.