Home
last modified time | relevance | path

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

123

/external/platform/nrfx/soc/
A Dnrfx_atomic.c45 uint32_t nrfx_atomic_u32_fetch_store(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_store()
64 uint32_t nrfx_atomic_u32_store(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_store()
83 uint32_t nrfx_atomic_u32_fetch_or(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_or()
102 uint32_t nrfx_atomic_u32_or(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_or()
121 uint32_t nrfx_atomic_u32_fetch_and(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_and()
140 uint32_t nrfx_atomic_u32_and(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_and()
159 uint32_t nrfx_atomic_u32_fetch_xor(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_xor()
178 uint32_t nrfx_atomic_u32_xor(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_xor()
216 uint32_t nrfx_atomic_u32_add(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_add()
254 uint32_t nrfx_atomic_u32_sub(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_sub()
[all …]
A Dnrfx_atomic_internal.h48 uint32_t value, in nrfx_atomic_internal_mov()
73 uint32_t value, in nrfx_atomic_internal_orr()
92 uint32_t value, in nrfx_atomic_internal_and()
111 uint32_t value, in nrfx_atomic_internal_eor()
130 uint32_t value, in nrfx_atomic_internal_add()
149 uint32_t value, in nrfx_atomic_internal_sub()
169 uint32_t value) in nrfx_atomic_internal_cmp_exch()
210 uint32_t value, in nrfx_atomic_internal_sub_hs()
232 #define NRFX_ATOMIC_OP(asm_op, old_val, new_val, ptr, value) \ argument
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dcore_cmInstr.h144 __attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int32_t __REVSH(int32_t value) in __REVSH()
171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
404 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
424 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV16(uint32_t value) in __REV16()
440 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
475 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
487 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT()
[all …]
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcmsis_iccarm.h598 __IAR_FT uint32_t __RRX(uint32_t value) in __RRX()
605 __IAR_FT void __set_BASEPRI_MAX(uint32_t value) in __set_BASEPRI_MAX()
638 __IAR_FT void __set_MSPLIM(uint32_t value) in __set_MSPLIM()
662 __IAR_FT void __set_PSPLIM(uint32_t value) in __set_PSPLIM()
680 __IAR_FT void __TZ_set_CONTROL_NS(uint32_t value) in __TZ_set_CONTROL_NS()
692 __IAR_FT void __TZ_set_PSP_NS(uint32_t value) in __TZ_set_PSP_NS()
704 __IAR_FT void __TZ_set_MSP_NS(uint32_t value) in __TZ_set_MSP_NS()
715 __IAR_FT void __TZ_set_SP_NS(uint32_t value) in __TZ_set_SP_NS()
727 __IAR_FT void __TZ_set_PRIMASK_NS(uint32_t value) in __TZ_set_PRIMASK_NS()
769 __IAR_FT void __TZ_set_PSPLIM_NS(uint32_t value) in __TZ_set_PSPLIM_NS()
[all …]
A 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
627 #define __STREXH(value, ptr) __strex(value, ptr) argument
642 #define __STREXW(value, ptr) __strex(value, ptr) argument
683 __attribute__((section(".rrx_text"))) __STATIC_INLINE __ASM uint32_t __RRX(uint32_t value) in __RRX()
724 #define __STRBT(value, ptr) __strt(value, ptr) argument
733 #define __STRHT(value, ptr) __strt(value, ptr) argument
[all …]
A Dcmsis_armclang.h886 #define __REV(value) __builtin_bswap32(value) argument
895 #define __REV16(value) __ROR(__REV(value), 16) argument
904 #define __REVSH(value) (int16_t)__builtin_bswap16(value) argument
932 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
949 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
1079 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
1139 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
1163 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
1283 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
1295 __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) in __STLH()
[all …]
A Dcmsis_gcc.h967 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV()
986 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16()
1001 __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) in __REVSH()
1048 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT()
1078 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
1268 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
1342 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
1366 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
1482 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
1494 __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) in __STLH()
[all …]
A Dcmsis_armclang_ltm.h873 #define __REV(value) __builtin_bswap32(value) argument
882 #define __REV16(value) __ROR(__REV(value), 16) argument
891 #define __REVSH(value) (int16_t)__builtin_bswap16(value) argument
919 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
936 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
1062 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
1122 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
1146 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
1262 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
1274 __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) in __STLH()
[all …]
/external/arch/arm/arm-m/CMSIS/Include/
A Dcmsis_iccarm.h629 __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()
801 __IAR_FT void __TZ_set_PSPLIM_NS(uint32_t value) in __TZ_set_PSPLIM_NS()
[all …]
A Dcmsis_armcc.h208 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16()
223 __attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int16_t __REVSH(int16_t value) in __REVSH()
248 #define __BKPT(value) __breakpoint(value) argument
261 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT()
339 #define __STREXB(value, ptr) __strex(value, ptr) argument
354 #define __STREXH(value, ptr) __strex(value, ptr) argument
369 #define __STREXW(value, ptr) __strex(value, ptr) argument
410 __attribute__((section(".rrx_text"))) __STATIC_INLINE __ASM uint32_t __RRX(uint32_t value) in __RRX()
451 #define __STRBT(value, ptr) __strt(value, ptr) argument
460 #define __STRHT(value, ptr) __strt(value, ptr) argument
[all …]
A Dcmsis_gcc.h295 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV()
314 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16()
329 __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) in __REVSH()
376 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT()
406 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
596 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
670 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
694 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
810 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
822 __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) in __STLH()
[all …]
A Dcmsis_armclang.h232 #define __REV(value) __builtin_bswap32(value) argument
241 #define __REV16(value) __ROR(__REV(value), 16) argument
250 #define __REVSH(value) (int16_t)__builtin_bswap16(value) argument
278 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
295 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
425 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
485 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
509 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
629 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
641 __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) in __STLH()
[all …]
A 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()
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()
631 __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) in __STLH()
[all …]
/external/platform/nrfx/templates/
A Dnrfx_glue.h172 #define NRFX_ATOMIC_FETCH_STORE(p_data, value) nrfx_atomic_u32_fetch_store(p_data, value) argument
182 #define NRFX_ATOMIC_FETCH_OR(p_data, value) nrfx_atomic_u32_fetch_or(p_data, value) argument
193 #define NRFX_ATOMIC_FETCH_AND(p_data, value) nrfx_atomic_u32_fetch_and(p_data, value) argument
203 #define NRFX_ATOMIC_FETCH_XOR(p_data, value) nrfx_atomic_u32_fetch_xor(p_data, value) argument
214 #define NRFX_ATOMIC_FETCH_ADD(p_data, value) nrfx_atomic_u32_fetch_add(p_data, value) argument
225 #define NRFX_ATOMIC_FETCH_SUB(p_data, value) nrfx_atomic_u32_fetch_sub(p_data, value) argument
/external/lib/lwip/core/snmp/
A Dmib2.c969 void snmp_add_sysuptime(u32_t value) in snmp_add_sysuptime()
974 void snmp_get_sysuptime(u32_t *value) in snmp_get_sysuptime()
1029 void snmp_add_ifinoctets(struct netif *ni, u32_t value) in snmp_add_ifinoctets()
1049 void snmp_add_ifoutoctets(struct netif *ni, u32_t value) in snmp_add_ifoutoctets()
1976 void snmp_add_snmpintotalreqvars(u8_t value) in snmp_add_snmpintotalreqvars()
1981 void snmp_add_snmpintotalsetvars(u8_t value) in snmp_add_snmpintotalsetvars()
2061 void snmp_set_snmpenableauthentraps(u8_t *value) in snmp_set_snmpenableauthentraps()
2069 void snmp_get_snmpenableauthentraps(u8_t *value) in snmp_get_snmpenableauthentraps()
2836 ip_get_value(struct obj_def *od, u16_t len, void *value) in ip_get_value()
2990 ip_set_test(struct obj_def *od, u16_t len, void *value) in ip_set_test()
[all …]
A Dasn1_enc.c77 snmp_asn1_enc_u32t_cnt(u32_t value, u16_t *octets_needed) in snmp_asn1_enc_u32t_cnt()
110 snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed) in snmp_asn1_enc_s32t_cnt()
308 snmp_asn1_enc_u32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, u32_t value) in snmp_asn1_enc_u32t()
384 snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, s32_t value) in snmp_asn1_enc_s32t()
/external/lib/lwip/include/lwip/
A Dsnmp.h238 #define snmp_add_sysuptime(value) argument
239 #define snmp_get_sysuptime(value) argument
245 #define snmp_add_ifinoctets(ni,value) argument
249 #define snmp_add_ifoutoctets(ni,value) argument
341 #define snmp_add_snmpintotalreqvars(value) argument
342 #define snmp_add_snmpintotalsetvars(value) argument
358 #define snmp_set_snmpenableauthentraps(value) argument
359 #define snmp_get_snmpenableauthentraps(value) argument
/external/platform/pico/rp2_common/pico_printf/
A 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
/external/platform/pico/rp2_common/hardware_gpio/
A Dgpio.c63 void gpio_set_irqover(uint gpio, uint value) { in gpio_set_irqover()
72 void gpio_set_inover(uint gpio, uint value) { in gpio_set_inover()
80 void gpio_set_outover(uint gpio, uint value) { in gpio_set_outover()
88 void gpio_set_oeover(uint gpio, uint value) { in gpio_set_oeover()
/external/platform/nrfx/drivers/src/
A Dnrfx_nvmc.c236 static void nvmc_word_write(uint32_t addr, uint32_t value) in nvmc_word_write()
381 void nrfx_nvmc_byte_write(uint32_t addr, uint8_t value) in nrfx_nvmc_byte_write()
390 void nrfx_nvmc_halfword_write(uint32_t addr, uint16_t value) in nrfx_nvmc_halfword_write()
400 void nrfx_nvmc_word_write(uint32_t addr, uint32_t value) in nrfx_nvmc_word_write()
/external/platform/pico/rp2_common/hardware_pio/include/hardware/
A 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()
/external/platform/pico/rp2_common/hardware_gpio/include/hardware/
A Dgpio.h729 static inline void gpio_put_masked(uint32_t mask, uint32_t value) { in gpio_put_masked()
738 static inline void gpio_put_all(uint32_t value) { in gpio_put_all()
748 static inline void gpio_put(uint gpio, bool value) { in gpio_put()
811 static inline void gpio_set_dir_masked(uint32_t mask, uint32_t value) { in gpio_set_dir_masked()
/external/platform/cc13xx/cc13xxware/driverlib/
A Drf_mailbox.h274 #define ADI_VAL_MASK(addr, mask, value) \ argument
330 #define ADI_ADDR_VAL(addr, value) ((((addr) & 0x7F) << 8) | ((value) & 0xFF)) argument
331 #define ADI_ADDR_VAL_MASK(addr, mask, value) ((((addr) & 0x7F) << 8) | ADI_VAL_MASK(addr, mask, val… argument
334 #define LOWORD(value) ((value) & 0xFFFF) argument
336 #define HIWORD(value) ((value) >> 16) argument
/external/platform/pico/common/pico_base/include/pico/
A Dtypes.h81 #define ABSOLUTE_TIME_INITIALIZED_VAR(name, value) name = value argument
83 #define ABSOLUTE_TIME_INITIALIZED_VAR(name, value) name = {value} argument
/external/lib/lwip/core/
A Ddhcp.c1279 dhcp_option_byte(struct dhcp *dhcp, u8_t value) in dhcp_option_byte()
1286 dhcp_option_short(struct dhcp *dhcp, u16_t value) in dhcp_option_short()
1294 dhcp_option_long(struct dhcp *dhcp, u32_t value) in dhcp_option_long()
1450 u32_t value = 0; in dhcp_parse_reply() local

Completed in 66 milliseconds

123