Home
last modified time | relevance | path

Searched refs:PWM_DEFAULT_IRQ_NUM (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c137 irq_set_exclusive_handler(PWM_DEFAULT_IRQ_NUM(), on_pwm_wrap); in main()
138 irq_set_enabled(PWM_DEFAULT_IRQ_NUM(), true); in main()
/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h576 #ifndef PWM_DEFAULT_IRQ_NUM
578 #define PWM_DEFAULT_IRQ_NUM() PWM_IRQ_WRAP macro
580 #define PWM_DEFAULT_IRQ_NUM() PWM_IRQ_WRAP_0 macro
680 uint irq_index = PWM_DEFAULT_IRQ_NUM() - PWM_IRQ_WRAP_0; in pwm_set_irq_mask_enabled()