gpio_add_raw_irq_handler_masked64() is only used within PicoSDK.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Notes

Multiple raw handlers should not be added for the same GPIOs, and this method will assert if you attempt to. Internally, this function calls irq_add_shared_handler, which will assert if the maximum number of shared handlers (configurable via PICO_MAX_IRQ_SHARED_HANDLERS) would be exceeded.

References

from examples