Home
last modified time | relevance | path

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

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_compiler.h101 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
105 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
109 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
113 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
117 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
173 struct __packed__ T_UINT32 { uint32_t v; }; member
177 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
181 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
185 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
189 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
[all …]
Dcmsis_armclang.h71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
79 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
87 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
95 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
103 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
Dcmsis_armclang_ltm.h71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
79 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
87 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
95 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
103 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
Dcmsis_gcc.h74 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
82 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
90 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
98 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
106 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
Dcmsis_iccarm.h228 __packed struct __iar_u32 { uint32_t v; }; member
542 __STATIC_INLINE uint32_t __RBIT(uint32_t v) in __RBIT()
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/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-3.7.0-3.6.0-3.5.0/src/host/hardware_gpio/include/hardware/
Dgpio.h164 #define DEBUG_PINS_SET(p, v) ((void)0) argument
165 #define DEBUG_PINS_CLR(p, v) ((void)0) argument
166 #define DEBUG_PINS_XOR(p, v) ((void)0) argument
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/test/pico_float_test/llvm/
Dcall_apsr.h26 uint32_t v: 1; member
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/tools/pioasm/
Dpio_assembler.cpp259 int v = value->resolve(program); in raw_encode() local
267 int v = value->resolve(program); in raw_encode() local
275 int v = value->resolve(program); in raw_encode() local
Dpio_types.h150 static inline rvalue resolvable_int(const yy::location &l, int v) { in resolvable_int()
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h890 #define DEBUG_PINS_SET(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_set_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument
891 #define DEBUG_PINS_CLR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_clr_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument
892 #define DEBUG_PINS_XOR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_xor_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/tools/pioasm/gen/
Dparser.hpp2147 make_ID (std::string v, location_type l) in make_ID()
2154 make_ID (const std::string& v, const location_type& l) in make_ID()
2162 make_STRING (std::string v, location_type l) in make_STRING()
2169 make_STRING (const std::string& v, const location_type& l) in make_STRING()
2177 make_NON_WS (std::string v, location_type l) in make_NON_WS()
2184 make_NON_WS (const std::string& v, const location_type& l) in make_NON_WS()
2192 make_CODE_BLOCK_START (std::string v, location_type l) in make_CODE_BLOCK_START()
2199 make_CODE_BLOCK_START (const std::string& v, const location_type& l) in make_CODE_BLOCK_START()
2207 make_CODE_BLOCK_CONTENTS (std::string v, location_type l) in make_CODE_BLOCK_CONTENTS()
2214 make_CODE_BLOCK_CONTENTS (const std::string& v, const location_type& l) in make_CODE_BLOCK_CONTENTS()
[all …]
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/test/hardware_pwm_test/
Dhardware_pwm_test.c78 int v = 100 + pwm * 10; in main() local
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/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-3.7.0-3.6.0-3.5.0/src/host/hardware_divider/include/hardware/
Ddivider.h14 static inline int __sign_of(int32_t v) { in __sign_of()
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/host/pico_divider/
Ddivider.c26 static inline int __sign_of_64(int32_t v) { in __sign_of_64()