|
theCore C++ embedded framework
|
IRQ common module. More...


Namespaces | |
| ecl | |
| ecl::irq | |
Typedefs | |
| using | ecl::irq::handler_type = std::function< void()> |
Functions | |
| void | ecl::irq::init_storage () |
| Initializes storage for callbacks and setups default handler for every IRQ. More... | |
| void | ecl::irq::subscribe (irq_num irqn, const irq::handler_type &handler) |
| Subscribes to the given IRQ. More... | |
| void | ecl::irq::unsubscribe (irq_num irqn) |
| Unsubscribes from the given IRQ. More... | |
IRQ common module.