Home
last modified time | relevance | path

Searched defs:v (Results 1 – 23 of 23) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_compiler.h107 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
111 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
115 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
119 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
180 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
184 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
188 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
192 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
252 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
256 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
[all …]
Dcmsis_armclang.h73 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
80 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
87 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
94 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
Dcmsis_clang.h78 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
85 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
92 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
Dcmsis_gcc.h75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
Dcmsis_armclang_ltm.h67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
Dcmsis_iccarm.h228 __packed struct __iar_u32 { uint32_t v; }; member
573 __STATIC_INLINE uint32_t __RBIT(uint32_t v) in __RBIT()
/hal_rpi_pico-latest/src/host/pico_bit_ops/
Dbit_ops.c9 uint32_t __rev(uint32_t v) { in __rev()
16 uint64_t __revll(uint64_t v) { in __revll()
/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/
Dgpio.h162 #define DEBUG_PINS_SET(p, v) ((void)0) argument
163 #define DEBUG_PINS_CLR(p, v) ((void)0) argument
164 #define DEBUG_PINS_XOR(p, v) ((void)0) argument
/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp314 uint v = index.fifo_index->resolve(program); in get_push_get_index() local
371 int v = value->resolve(program); in raw_encode() local
379 int v = value->resolve(program); in raw_encode() local
387 int v = value->resolve(program); in raw_encode() local
Dpio_types.h173 static inline rvalue resolvable_int(const yy::location &l, int v) { in resolvable_int()
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.hpp2707 make_ID (std::string v, location_type l) in make_ID()
2714 make_ID (const std::string& v, const location_type& l) in make_ID()
2722 make_STRING (std::string v, location_type l) in make_STRING()
2729 make_STRING (const std::string& v, const location_type& l) in make_STRING()
2737 make_NON_WS (std::string v, location_type l) in make_NON_WS()
2744 make_NON_WS (const std::string& v, const location_type& l) in make_NON_WS()
2752 make_CODE_BLOCK_START (std::string v, location_type l) in make_CODE_BLOCK_START()
2759 make_CODE_BLOCK_START (const std::string& v, const location_type& l) in make_CODE_BLOCK_START()
2767 make_CODE_BLOCK_CONTENTS (std::string v, location_type l) in make_CODE_BLOCK_CONTENTS()
2774 make_CODE_BLOCK_CONTENTS (const std::string& v, const location_type& l) in make_CODE_BLOCK_CONTENTS()
[all …]
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h1431 #define DEBUG_PINS_SET(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_set_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument
1432 #define DEBUG_PINS_CLR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_clr_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument
1433 #define DEBUG_PINS_XOR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_xor_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument
/hal_rpi_pico-latest/test/pico_float_test/llvm/
Dcall_apsr.h26 uint32_t v: 1; member
/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c77 int v = 100 + pwm * 10; in main() local
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h68 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
75 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
82 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
89 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
Dcmsis_iccarm_m.h235 __packed struct __iar_u32 { uint32_t v; }; member
601 __STATIC_INLINE uint32_t __RBIT(uint32_t v) in __RBIT()
/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c54 unsigned int v=*pv; in odig() local
63 unsigned int v=u; in odec() local
/hal_rpi_pico-latest/src/host/hardware_divider/include/hardware/
Ddivider.h18 static inline int __sign_of(int32_t v) { in __sign_of()
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/
Ddivider.h57 static inline int __sign_of(int32_t v) { in __sign_of()
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
Ddivider_compiler.c26 static inline int __sign_of_64(int64_t v) { in __sign_of_64()
/hal_rpi_pico-latest/src/host/pico_divider/
Ddivider.c26 static inline int __sign_of_64(int32_t v) { in __sign_of_64()
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/
DSEGGER_RTT.c1529 unsigned v; in SEGGER_RTT_HasData() local
1550 unsigned v; in SEGGER_RTT_HasDataUp() local
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c354 double t,rt,u,v,v0,v1,w,ry; in dpow_1() local