Searched refs:relative (Results 1 – 6 of 6) sorted by relevance
| /hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/ |
| D | pio_instructions.h | 256 static inline uint _pio_encode_irq(bool relative, uint irq) { in _pio_encode_irq() argument 258 return (relative ? 0x10u : 0x0u) | irq; in _pio_encode_irq() 300 static inline uint pio_encode_wait_irq(bool polarity, bool relative, uint irq) { in pio_encode_wait_irq() argument 302 …ode_instr_and_args(pio_instr_bits_wait, 2u | (polarity ? 4u : 0u), _pio_encode_irq(relative, irq)); in pio_encode_wait_irq() 421 static inline uint pio_encode_irq_set(bool relative, uint irq) { in pio_encode_irq_set() argument 422 return _pio_encode_instr_and_args(pio_instr_bits_irq, 0, _pio_encode_irq(relative, irq)); in pio_encode_irq_set() 435 static inline uint pio_encode_irq_wait(bool relative, uint irq) { in pio_encode_irq_wait() argument 436 return _pio_encode_instr_and_args(pio_instr_bits_irq, 1, _pio_encode_irq(relative, irq)); in pio_encode_irq_wait() 449 static inline uint pio_encode_irq_clear(bool relative, uint irq) { in pio_encode_irq_clear() argument 450 return _pio_encode_instr_and_args(pio_instr_bits_irq, 2, _pio_encode_irq(relative, irq)); in pio_encode_irq_clear()
|
| /hal_rpi_pico-latest/src/ |
| D | CMakeLists.txt | 32 # argv1 is the root where the subdir is relative to 117 # and add include/ relative to the calling directory to the includes. 132 … INTERFACE library that it depends on. The hardware_NAME_headers library add include/ relative to 155 # INTERFACE library and pico_platform. The file NAME.c relative to the caller is added to th…
|
| /hal_rpi_pico-latest/docs/ |
| D | styles.css | 68 position: relative; 149 position: relative; 172 position: relative;
|
| D | normalise.css | 183 position: relative;
|
| /hal_rpi_pico-latest/src/rp2_common/pico_double/ |
| D | double_fma_dcp.S | 175 91: @ case where a (Q52) is shifted down relative to mn (Q124); the mod 32… 255 adds r14,r7,r14 @ get exponent for mn relative to a; note this can go negative 475 91: @ case where a (Q52) is shifted down relative to mn (Q124); the mod 32…
|
| /hal_rpi_pico-latest/src/rp2_common/pico_float/ |
| D | float_sci_m33_vfp.S | 205 lslcc r0,#1 @ this plus sbc below means we work relative to nearby power of 2
|