Home
last modified time | relevance | path

Searched refs:up (Results 1 – 10 of 10) sorted by relevance

/hal_rpi_pico-3.4.0/src/host/hardware_gpio/
Dgpio.c26 void gpio_set_pulls(uint gpio, bool up, bool down) { in gpio_set_pulls() argument
/hal_rpi_pico-3.4.0/cmake/
Dpico_pre_load_platform.cmake16 # PICO_CMAKE_CONFIG: PICO_CMAKE_PRELOAD_PLATFORM_FILE, custom CMake file to use to set up the platf…
/hal_rpi_pico-3.4.0/src/host/hardware_gpio/include/hardware/
Dgpio.h62 void gpio_set_pulls(uint gpio, bool up, bool down);
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_gpio/
Dgpio.c53 void gpio_set_pulls(uint gpio, bool up, bool down) { in gpio_set_pulls() argument
57 … (bool_to_bit(up) << PADS_BANK0_GPIO0_PUE_LSB) | (bool_to_bit(down) << PADS_BANK0_GPIO0_PDE_LSB), in gpio_set_pulls()
/hal_rpi_pico-3.4.0/tools/
DCMakeLists.txt3 # potentially has a PRE_RELEASE_ID suffix, which will trip up the find_package call.
/hal_rpi_pico-3.4.0/
Dpico_sdk_init.cmake1 # Pre-initialize the Raspberry Pi Pico SDK, setting up the platform and toolchain and some CMake ut…
DREADME.md52 1. Set up your project to point to use the Raspberry Pi Pico SDK
182 …Doing so sets up various compiler defines (e.g. default pin numbers for UART and other hardware) a…
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h206 void gpio_set_pulls(uint gpio, bool up, bool down);
/hal_rpi_pico-3.4.0/src/rp2_common/pico_float/
Dfloat_v1_rom_shim.S269 @ here a shift up by r2 places
/hal_rpi_pico-3.4.0/src/rp2_common/pico_double/
Ddouble_v1_rom_shim.S215 @ now pack result back up
243 adds r0,#1 @ round up