Home
last modified time | relevance | path

Searched refs:PICOTEST_START_SECTION (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-3.4.0/test/hardware_irq_test/
Dhardware_irq_test.c118 PICOTEST_START_SECTION("I: Add handler1 default priority"); in main()
123 PICOTEST_START_SECTION("I: Add handler2 default priority"); in main()
128 PICOTEST_START_SECTION("I: Remove handler1"); in main()
133 PICOTEST_START_SECTION("I: Remove handler2"); in main()
140 PICOTEST_START_SECTION("II: Add handler3 default priority"); in main()
145 PICOTEST_START_SECTION("II: Add handler2 default priority"); in main()
150 PICOTEST_START_SECTION("II: Add handler1 default priority"); in main()
155 PICOTEST_START_SECTION("II: Remove handler2"); in main()
160 PICOTEST_START_SECTION("II: Remove handler3"); in main()
165 PICOTEST_START_SECTION("II: Remove handler1"); in main()
[all …]
/hal_rpi_pico-3.4.0/test/pico_sem_test/
Dpico_sem_test.c23 PICOTEST_START_SECTION("sem_try_acquire"); in main()
/hal_rpi_pico-3.4.0/test/hardware_pwm_test/
Dhardware_pwm_test.c54 PICOTEST_START_SECTION("PWM config init tests"); in main()
75 PICOTEST_START_SECTION("PWM SDK API tests"); in main()
136 PICOTEST_START_SECTION("PWM IRQ tests"); in main()
/hal_rpi_pico-3.4.0/test/pico_time_test/
Dpico_time_test.c89 PICOTEST_START_SECTION("Alarm ordering test"); in main()
145 PICOTEST_START_SECTION("Alarm completion or canceled"); in main()
192 PICOTEST_START_SECTION("Repeating timertest"); in main()
214 PICOTEST_START_SECTION("end of time"); in main()
238PICOTEST_START_SECTION("Issue #195 race condition - without fix may hang on gcc 10.2.1 release bui… in issue_195_test()
/hal_rpi_pico-3.4.0/test/pico_stdio_test/
Dpico_stdio_test.c43 PICOTEST_START_SECTION("STDIO deadlock test"); in main()
/hal_rpi_pico-3.4.0/test/pico_test/include/pico/
Dtest.h22 #define PICOTEST_START_SECTION(NAME) if (1) {const char *picotest_section_name=NAME; picotest_error… macro