Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 33) sorted by relevance

12

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_gcc.h207 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV()
219 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16()
234 __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) in __REVSH()
265 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
274 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT()
302 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
329 #define __SSAT(value, sat) __ssat(value, sat) argument
339 #define __USAT(value, sat) __usat(value, sat) argument
428 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB()
462 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH()
[all …]
Dcmsis_armclang.h193 #define __REV(value) __rev(value) argument
202 #define __REV16(value) __rev16(value) argument
211 #define __REVSH(value) __revsh(value) argument
231 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
240 #define __RBIT(value) __rbit(value) argument
249 #define __CLZ(value) __clz(value) argument
262 #define __SSAT(value, sat) __ssat(value, sat) argument
272 #define __USAT(value, sat) __usat(value, sat) argument
408 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
515 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
[all …]
Dcmsis_clang.h198 #define __REV(value) __rev(value) argument
207 #define __REV16(value) __rev16(value) argument
216 #define __REVSH(value) __revsh(value) argument
236 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
245 #define __RBIT(value) __rbit(value) argument
254 #define __CLZ(value) __clz(value) argument
267 #define __SSAT(value, sat) __ssat(value, sat) argument
277 #define __USAT(value, sat) __usat(value, sat) argument
413 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
520 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
[all …]
Dcmsis_armcc.h481 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16()
496 __attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int16_t __REVSH(int16_t value) in __REVSH()
521 #define __BKPT(value) __breakpoint(value) argument
534 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT()
612 #define __STREXB(value, ptr) __strex(value, ptr) argument
614 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument
627 #define __STREXH(value, ptr) __strex(value, ptr) argument
629 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument
642 #define __STREXW(value, ptr) __strex(value, ptr) argument
644 …#define __STREXW(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument
[all …]
Dcmsis_iccarm.h619 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW()
629 __IAR_FT uint32_t __RRX(uint32_t value) in __RRX()
636 __IAR_FT void __set_BASEPRI_MAX(uint32_t value) in __set_BASEPRI_MAX()
669 __IAR_FT void __set_MSPLIM(uint32_t value) in __set_MSPLIM()
693 __IAR_FT void __set_PSPLIM(uint32_t value) in __set_PSPLIM()
711 __IAR_FT void __TZ_set_CONTROL_NS(uint32_t value) in __TZ_set_CONTROL_NS()
724 __IAR_FT void __TZ_set_PSP_NS(uint32_t value) in __TZ_set_PSP_NS()
736 __IAR_FT void __TZ_set_MSP_NS(uint32_t value) in __TZ_set_MSP_NS()
747 __IAR_FT void __TZ_set_SP_NS(uint32_t value) in __TZ_set_SP_NS()
759 __IAR_FT void __TZ_set_PRIMASK_NS(uint32_t value) in __TZ_set_PRIMASK_NS()
[all …]
Dcmsis_armclang_ltm.h230 #define __REV(value) __builtin_bswap32(value) argument
239 #define __REV16(value) __ROR(__REV(value), 16) argument
248 #define __REVSH(value) (int16_t)__builtin_bswap16(value) argument
276 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
293 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
419 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
479 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
491 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT()
503 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
619 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
[all …]
/hal_rpi_pico-latest/src/host/hardware_gpio/
Dgpio.c30 void gpio_set_irqover(uint gpio, uint value) { in gpio_set_irqover()
34 void gpio_set_outover(uint gpio, uint value) { in gpio_set_outover()
38 void gpio_set_inover(uint gpio, uint value) { in gpio_set_inover()
42 void gpio_set_oeover(uint gpio, uint value) { in gpio_set_oeover()
105 void gpio_put_masked(uint32_t mask, uint32_t value) { in gpio_put_masked()
109 void gpio_put_all(uint32_t value) { in gpio_put_all()
113 void gpio_put(uint gpio, int value) { in gpio_put()
125 void gpio_set_dir_masked(uint32_t mask, uint32_t value) { in gpio_set_dir_masked()
129 void gpio_set_dir_all_bits(uint32_t value) { in gpio_set_dir_all_bits()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_iccarm_m.h646 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW()
656 __IAR_FT uint32_t __RRX(uint32_t value) in __RRX()
663 __IAR_FT void __set_BASEPRI_MAX(uint32_t value) in __set_BASEPRI_MAX()
704 __IAR_FT void __set_MSPLIM(uint32_t value) in __set_MSPLIM()
730 __IAR_FT void __set_PSPLIM(uint32_t value) in __set_PSPLIM()
749 __IAR_FT void __TZ_set_CONTROL_NS(uint32_t value) in __TZ_set_CONTROL_NS()
762 __IAR_FT void __TZ_set_PSP_NS(uint32_t value) in __TZ_set_PSP_NS()
774 __IAR_FT void __TZ_set_MSP_NS(uint32_t value) in __TZ_set_MSP_NS()
785 __IAR_FT void __TZ_set_SP_NS(uint32_t value) in __TZ_set_SP_NS()
797 __IAR_FT void __TZ_set_PRIMASK_NS(uint32_t value) in __TZ_set_PRIMASK_NS()
[all …]
Dcmsis_tiarmclang_m.h229 #define __REV(value) __rev(value) argument
238 #define __REV16(value) __rev16(value) argument
247 #define __REVSH(value) __revsh(value) argument
267 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
276 #define __RBIT(value) __rbit(value) argument
285 #define __CLZ(value) __clz(value) argument
298 #define __SSAT(value, sat) __ssat(value, sat) argument
308 #define __USAT(value, sat) __usat(value, sat) argument
444 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
504 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
[all …]
Dcmsis_armclang_m.h85 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
97 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT()
109 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
Dcmsis_clang_m.h92 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
104 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT()
116 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h1056 static inline void gpio_put_masked(uint32_t mask, uint32_t value) { in gpio_put_masked()
1075 static inline void gpio_put_masked64(uint64_t mask, uint64_t value) { in gpio_put_masked64()
1098 static inline void gpio_put_masked_n(uint n, uint32_t mask, uint32_t value) { in gpio_put_masked_n()
1115 static inline void gpio_put_all(uint32_t value) { in gpio_put_all()
1128 static inline void gpio_put_all64(uint64_t value) { in gpio_put_all64()
1145 static inline void gpio_put(uint gpio, bool value) { in gpio_put()
1274 static inline void gpio_set_dir_masked(uint32_t mask, uint32_t value) { in gpio_set_dir_masked()
1293 static inline void gpio_set_dir_masked64(uint64_t mask, uint64_t value) { in gpio_set_dir_masked64()
/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c259 …oa_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long value, bool negat… in _ntoa_long()
285 …ntoa_long_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long long value, in _ntoa_long_long()
322 static size_t _ftoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _ftoa()
447 static size_t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _etoa()
726 const long long value = va_arg(va, long long); in _vsnprintf() local
732 const long value = va_arg(va, long); in _vsnprintf() local
736 … const int value = (flags & FLAGS_CHAR) ? (char) va_arg(va, int) : (flags & FLAGS_SHORT) in _vsnprintf() local
753 … const unsigned int value = (flags & FLAGS_CHAR) ? (unsigned char) va_arg(va, unsigned int) in _vsnprintf() local
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c73 void gpio_set_irqover(uint gpio, uint value) { in gpio_set_irqover()
82 void gpio_set_inover(uint gpio, uint value) { in gpio_set_inover()
90 void gpio_set_outover(uint gpio, uint value) { in gpio_set_outover()
98 void gpio_set_oeover(uint gpio, uint value) { in gpio_set_oeover()
/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio_instructions.h95 …pio_encode_instr_and_src_dest(enum pio_instr_bits instr_bits, enum pio_src_dest dest, uint value) { in _pio_encode_instr_and_src_dest()
128 static inline uint pio_encode_sideset(uint sideset_bit_count, uint value) { in pio_encode_sideset()
146 static inline uint pio_encode_sideset_opt(uint sideset_bit_count, uint value) { in pio_encode_sideset_opt()
463 static inline uint pio_encode_set(enum pio_src_dest dest, uint value) { in pio_encode_set()
/hal_rpi_pico-latest/tools/
Dextract_configs.py209 value = m.group(2) variable
213 value = m.group(1) variable
218 value = m.group(1) variable
Dcheck_board_header.py230 value = m.group(2) variable
252 value = m.group(2) variable
321 value = m.group(2) variable
/hal_rpi_pico-latest/src/common/pico_base_headers/include/pico/
Dtypes.h89 #define ABSOLUTE_TIME_INITIALIZED_VAR(name, value) name = value argument
91 #define ABSOLUTE_TIME_INITIALIZED_VAR(name, value) name = {value} argument
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
Dcyw43_arch.c165 void cyw43_arch_gpio_put(uint wl_gpio, bool value) { in cyw43_arch_gpio_put()
172 bool value = false; in cyw43_arch_gpio_get() local
/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp104 int value = arg->resolve(pioasm, program, scope); in resolve() local
177 void program::add_lang_opt(std::string lang, std::string name, std::string value) { in add_lang_opt()
303 uint value = encoding->resolve(program); in encode() local
Dpio_types.h164 int value; member
216 rvalue value; member
250 rvalue value; member
400 rvalue value; member
410 rvalue value; member
420 rvalue value; member
Doutput_format.h22 T value; member
54 int value; member
/hal_rpi_pico-latest/test/pico_float_test/llvm/
Dcall_apsr.h31 uint32_t value; member
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.c426 cybt_result_t cybt_set_bt_intr(int value) { in cybt_set_bt_intr()
464 cybt_result_t cybt_set_bt_awake(int value) { in cybt_set_bt_awake()
551 static cybt_result_t cybt_reg_write(uint32_t reg_addr, uint32_t value) { in cybt_reg_write()
654 cybt_result_t cybt_reg_write_idx(cybt_addr_idx_t reg_idx, uint32_t value) { in cybt_reg_write_idx()
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/include/hardware/
Di2c.h446 static inline void i2c_write_byte_raw(i2c_inst_t *i2c, uint8_t value) { in i2c_write_byte_raw()

12