theCore C++ embedded framework
|
Interface to EXTI STM32 wrappers. More...
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... | |
Interface to EXTI STM32 wrappers.