Home
last modified time | relevance | path

Searched refs:current (Results 1 – 5 of 5) sorted by relevance

/external/platform/pico/rp2_common/hardware_exception/
A Dexception.c46 exception_handler_t current = exception_get_vtable_handler(num); in exception_set_exclusive_handler() local
47 hard_assert(handler == current || exception_is_compile_time_default(current)); in exception_set_exclusive_handler()
52 return current; in exception_set_exclusive_handler()
/external/platform/pico/rp2_common/hardware_irq/
A Dirq.c133 __unused irq_handler_t current = irq_get_vtable_handler(num); in irq_set_exclusive_handler() local
134 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() local
148 if (current == __unhandled_user_irq || is_shared_irq_raw_handler(current)) { in irq_get_exclusive_handler()
151 return current; in irq_get_exclusive_handler()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_def.h104 #error �USE_RTOS should be 0 in the current HAL release�
/external/platform/nrfx/
A DCHANGELOG.md77 - 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…
/external/platform/nrfx/doc/
A Dnrfx.doxyfile63 # left blank the current directory will be used.
684 # doxygen should invoke to get the current version for each file (typically from
789 # 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 be
2176 # the related pages index. If set to NO, only the current project's pages will

Completed in 10 milliseconds