* Do the actual check for an interrupt. * @attention This method should never be called directly. * @param[in] dummy Dummy argument. */
| 48 | * @param[in] dummy Dummy argument. |
| 49 | */ |
| 50 | static inline void check_interrupt_impl(void* /*dummy*/) { |
| 51 | R_CheckUserInterrupt(); |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Call this method to check for user interrupts. |
nothing calls this directly
no outgoing calls
no test coverage detected