Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio_instructions.h256 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/
DCMakeLists.txt32 # 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/
Dstyles.css68 position: relative;
149 position: relative;
172 position: relative;
Dnormalise.css183 position: relative;
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_fma_dcp.S175 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/
Dfloat_sci_m33_vfp.S205 lslcc r0,#1 @ this plus sbc below means we work relative to nearby power of 2