Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_stdio_test/
Dpico_stdio_test.c27 static int foo; in deadlock_test_alarm() local
28 printf("Here is a printf from the IRQ %d\n", ++foo); in deadlock_test_alarm()
/hal_rpi_pico-latest/test/kitchen_sink/
Dkitchen_sink.c145 uint32_t *foo = (uint32_t *) 200; variable
156 dma_channel_transfer_from_buffer_now(1, foo, 23); in spiggle()
/hal_rpi_pico-latest/tools/pioasm/test/
Damethyst.pio9 .program foo
/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c343 uint64_t foo = capture_additional_trng_samples(); in get_rand_64() local
344 local_rng_state.r[which] ^= splitmix64(foo); in get_rand_64()
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/
DCMakeLists.txt65 …# if PICO_TARGET_BINARY_TYPE is set to foo on the target, otherwise ${CMAKE_CURRENT_LIST_DIR}/memm…
/hal_rpi_pico-latest/cmake/
Dpico_pre_load_platform.cmake73 list(APPEND PICO_INCLUDE_DIRS ${PICO_SDK_PATH}/src/boards/include) # so boards/foo.h can be explici…