Searched refs:current (Results 1 – 5 of 5) sorted by relevance
46 exception_handler_t current = exception_get_vtable_handler(num); in exception_set_exclusive_handler() local47 hard_assert(handler == current || exception_is_compile_time_default(current)); in exception_set_exclusive_handler()52 return current; in exception_set_exclusive_handler()
133 __unused irq_handler_t current = irq_get_vtable_handler(num); in irq_set_exclusive_handler() local134 hard_assert(current == __unhandled_user_irq || current == handler); in irq_set_exclusive_handler()146 irq_handler_t current = irq_get_vtable_handler(num); in irq_get_exclusive_handler() local148 if (current == __unhandled_user_irq || is_shared_irq_raw_handler(current)) { in irq_get_exclusive_handler()151 return current; in irq_get_exclusive_handler()
104 #error �USE_RTOS should be 0 in the current HAL release�
77 - Improved the UARTE driver to consume less current after the driver uninitialization. Now all cloc…180 - Improved the UARTE driver to consume less current after the TX operation. Now at the end of the t…
63 # left blank the current directory will be used.684 # doxygen should invoke to get the current version for each file (typically from789 # Note: If this tag is empty the current directory is searched.2169 # in the modules index. If set to NO, only the current project's groups will be2176 # the related pages index. If set to NO, only the current project's pages will
Completed in 10 milliseconds