1.. _module-pw_interrupt_freertos: 2 3--------------------- 4pw_interrupt_freertos 5--------------------- 6.. pigweed-module:: 7 :name: pw_interrupt_freertos 8 9This module implements a backend for ``pw_interrupt``. It requires a port of 10FreeRTOS that defines the ``ullPortInterruptNesting``. Usually, ports for ARM 11A-profile processors will have this defined. For Cortex-M processors, use the 12``pw_interrupt_cortex_m`` backend. 13