| 125 | } |
| 126 | |
| 127 | inline int disable_handler(isr_handle_t& handle) FL_NOEXCEPT { |
| 128 | return null_disable_handler(handle); |
| 129 | } |
| 130 | |
| 131 | inline bool is_handler_enabled(const isr_handle_t& handle) FL_NOEXCEPT { |
| 132 | return null_is_handler_enabled(handle); |
no test coverage detected