Searched refs:up (Results 1 – 10 of 10) sorted by relevance
/hal_rpi_pico-3.4.0/src/host/hardware_gpio/ |
D | gpio.c | 26 void gpio_set_pulls(uint gpio, bool up, bool down) { in gpio_set_pulls() argument
|
/hal_rpi_pico-3.4.0/cmake/ |
D | pico_pre_load_platform.cmake | 16 # 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/ |
D | gpio.h | 62 void gpio_set_pulls(uint gpio, bool up, bool down);
|
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_gpio/ |
D | gpio.c | 53 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/ |
D | CMakeLists.txt | 3 # potentially has a PRE_RELEASE_ID suffix, which will trip up the find_package call.
|
/hal_rpi_pico-3.4.0/ |
D | pico_sdk_init.cmake | 1 # Pre-initialize the Raspberry Pi Pico SDK, setting up the platform and toolchain and some CMake ut…
|
D | README.md | 52 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/ |
D | gpio.h | 206 void gpio_set_pulls(uint gpio, bool up, bool down);
|
/hal_rpi_pico-3.4.0/src/rp2_common/pico_float/ |
D | float_v1_rom_shim.S | 269 @ here a shift up by r2 places
|
/hal_rpi_pico-3.4.0/src/rp2_common/pico_double/ |
D | double_v1_rom_shim.S | 215 @ now pack result back up 243 adds r0,#1 @ round up
|