Home
last modified time | relevance | path

Searched full:up (Results 1 – 25 of 90) sorted by relevance

1234

/hal_rpi_pico-3.4.0/src/common/pico_sync/include/pico/
Dlock_core.h27 …* or notify when the spin lock is released. In the blocking case, they will wake up again in the f…
36 …* up to the RTOS integration, however the macros are defined such that such operations are always …
111 …* a missed notification). In other words this method should always wake up in response to a lock_i…
135 …* a missed notification). In other words this method should always wake up any lock_internal_spin_…
138 …* In an ideal implementation, this method would wake up only the corresponding lock_internal_spin_…
139 …* that has been called on the same lock instance, however it is free to wake up any of them, as th…
158 …* a missed notification). In other words this method should always wake up in response to a lock_i…
Dmutex.h148 * Wait for up to the specific time to take ownership of the mutex. If the caller
161 * Wait for up to the specific time to take ownership of the recursive mutex. If the caller
175 * Wait for up to the specific time to take ownership of the mutex. If the caller
189 * Wait for up to the specific time to take ownership of the recursive mutex. If the caller
/hal_rpi_pico-3.4.0/src/rp2_common/pico_stdio_uart/include/pico/
Dstdio_uart.h40 …* This method sets up PICO_DEFAULT_UART_TX_PIN for UART output (if defined), PICO_DEFAULT_UART_RX_…
50 …* This method sets up PICO_DEFAULT_UART_TX_PIN for UART output (if defined) , and configures the b…
57 …* This method sets up PICO_DEFAULT_UART_RX_PIN for UART input (if defined) , and configures the ba…
/hal_rpi_pico-3.4.0/src/rp2040/hardware_structs/include/hardware/structs/
Dusb.h87 // Rest of DPRAM can be carved up as needed
169 // 0x00020000 [17] : RPU_OPT (0): Device: Pull-up strength (0=1K2, 1=2k3)
170 // 0x00010000 [16] : PULLUP_EN (0): Device: Enable pull up resistor
414 // Overrides for the power signals in the event that the VBUS signals are not hooked up to GPIO
441 // 0x00000020 [5] : DM_PULLUP_EN (0): DM pull up enable
442 // 0x00000010 [4] : DM_PULLUP_HISEL (0): Enable the second DM pull up resistor
444 // 0x00000002 [1] : DP_PULLUP_EN (0): DP pull up enable
445 // 0x00000001 [0] : DP_PULLUP_HISEL (0): Enable the second DP pull up resistor
494 // 0x00000002 [1] : HOST_RESUME (0): Host: raised when a device wakes up the host
518 // 0x00000002 [1] : HOST_RESUME (0): Host: raised when a device wakes up the host
[all …]
/hal_rpi_pico-3.4.0/src/rp2_common/pico_multicore/include/pico/
Dmulticore.h48 …* Wake up (a previously reset) core 1 and enter the given function on core 1 using the default cor…
62 …* Wake up (a previously reset) core 1 and enter the given function on core 1 using the passed stac…
78 …* Wake up (a previously reset) core 1 and start it executing with a specific entry point, stack po…
270 /*! \brief Request the other core to pause in a known state and wait up to a time limit for it to d…
291 /*! \brief Release the other core from a locked out state amd wait up to a time limit for it to ack…
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_xosc/
Dxosc.c51 // WARNING: This stops the xosc until woken up by an irq in xosc_dormant()
53 // Wait for it to become stable once woken up in xosc_dormant()
/hal_rpi_pico-3.4.0/src/rp2_common/pico_async_context/
Dasync_context_freertos.c34 // we want to round up, as both rounding down to zero is wrong (may produce no delays in sensible_ticks_until()
35 // where delays are needed), but also we don't want to wake up, and then realize there in sensible_ticks_until()
86 // we don't want to wake ourselves up (we will only ever be called in async_context_freertos_wake_up()
219 // (waking up the task, but then having it block immediately on us) in async_context_freertos_release_lock()
/hal_rpi_pico-3.4.0/src/rp2_common/pico_i2c_slave/include/pico/
Di2c_slave.h46 …* When sending data to master, up to \ref i2c_get_write_available() bytes can be written without …
47 …* When receiving data from master, up to \ref 2c_get_read_available() bytes can be read without bl…
/hal_rpi_pico-3.4.0/src/rp2040/hardware_regs/include/hardware/regs/
Dxosc.h22 // Description : On power-up this field is initialised to DISABLE and the chip
25 // XOSC then setting this field to DISABLE may lock-up the chip.
108 // On power-up this field is initialised to WAKE
151 // Can be used for short software pauses when setting up time
Dpads_bank0.h68 // Description : Pull up enable
139 // Description : Pull up enable
210 // Description : Pull up enable
281 // Description : Pull up enable
352 // Description : Pull up enable
423 // Description : Pull up enable
494 // Description : Pull up enable
565 // Description : Pull up enable
636 // Description : Pull up enable
707 // Description : Pull up enable
[all …]
Drosc.h22 // Description : On power-up this field is initialised to ENABLE
24 // setting this field to DISABLE otherwise the chip will lock up
45 // The clock output will not glitch when changing the range up one
174 // On power-up this field is initialised to WAKE
303 // Can be used for short software pauses when setting up time
Dpads_qspi.h68 // Description : Pull up enable
139 // Description : Pull up enable
210 // Description : Pull up enable
281 // Description : Pull up enable
352 // Description : Pull up enable
423 // Description : Pull up enable
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h196 /*! \brief Select up and down pulls on specific GPIO
200 * \param up If true set a pull up on the GPIO
206 void gpio_set_pulls(uint gpio, bool up, bool down);
208 /*! \brief Set specified GPIO to be pulled up.
217 /*! \brief Determine if the specified GPIO is pulled up.
221 * \return true if the GPIO is pulled up
361 * \ref gpio_add_raw_irq_handler to set up a GPIO interrupt handler to handle the events.
442 /*! \brief Enable dormant wake up interrupt for specified GPIO and events
475 …* \ref gpio_set_irq_enabled) and then set it up again later once the GPIO level has changed (or to…
/hal_rpi_pico-3.4.0/src/rp2_common/pico_stdio/include/pico/
Dstdio.h39 … Time after which to assume stdio_usb is deadlocked by use in IRQ and give up, type=int, default=1…
54 * Call this method once you have set up your clocks to enable the stdio support for UART, USB
/hal_rpi_pico-3.4.0/src/rp2_common/boot_stage2/
Ddoc.h3 * \brief Second stage boot loaders responsible for setting up external flash
/hal_rpi_pico-3.4.0/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h106 * This method looks up the 'codes' in the table, and convert each table entry to the looked up
/hal_rpi_pico-3.4.0/tools/pioasm/gen/
Dlexer.cpp199 /* Undo effects of setting up yytext. */ \
205 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
269 * possible backing-up.
322 * instead of setting up a fresh yyin. A bit of a hack ...
407 * corresponding action - sets up yytext.
905 /* Amount of stuff to slurp up with each read. */
1015 * have been set up.
1097 /* %% [9.0] code to set up and find next match goes here */
1135 fprintf( stderr, "--scanner backing up\n" );
1151 case 0: /* must back up */
[all …]
/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
522 adds r5,r5 @ shift up so always [2..4) Q83, i.e. [1..2) Q84=Q(52+32)
536 adcs r1,r6 @ round up
583 @ round up or down.
631 @ accurate to < 0.25ulp. In the case where x>y the quotient will be shifted up one place for normal…
820 movs r2,#0 @ round up
864 compute an exact remainder y-a5*a5 to decide whether to round up or down.
960 adds r0,r0,r0 @ odd exponent: shift up mantissa
1302 @ here a shift up by r2 places
[all …]
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_timer/include/hardware/
Dtimer.h73 * value monotonically increases from power up. As such it is expected that this value counts upward…
175 * Therefore the user has the opportunity to call this up from the core of their choice
/hal_rpi_pico-3.4.0/.github/workflows/
Dwindows.yml17 echo "Cleaning up previous run"
DmacOS.yml16 echo "Cleaning up previous run"
/hal_rpi_pico-3.4.0/
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/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/rp2_common/pico_btstack/
Dbtstack_stdin_pico.c42 // set up polling data_source in btstack_stdin_setup()
/hal_rpi_pico-3.4.0/src/rp2_common/pico_lwip/include/pico/
Dlwip_nosys.h21 * are all that is required to hook up lwIP via an \ref async_context instance.

1234