/lk-master/external/platform/nrfx/soc/ |
A D | nrfx_atomic.c | 45 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 D | nrfx_atomic_internal.h | 48 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
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | core_cmInstr.h | 144 __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 …]
|
/lk-master/dev/bus/pci/ |
A D | ecam.cpp | 97 inline int read_config(const pci_location_t *state, uint32_t reg, T *value, const uint8_t *ecam_ptr… in read_config() 106 inline int write_config(const pci_location_t *state, uint32_t reg, T value, uint8_t *ecam_ptr) { in write_config() 114 int pci_ecam::read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in read_config_byte() 119 int pci_ecam::read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in read_config_half() 124 int pci_ecam::read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in read_config_word() 129 int pci_ecam::write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in write_config_byte() 134 int pci_ecam::write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half() 139 int pci_ecam::write_config_word(const pci_location_t *state, uint32_t reg, uint32_t value) { in write_config_word()
|
A D | debug.cpp | 137 uint8_t value; in pci_config() local 146 uint16_t value; in pci_config() local 155 uint32_t value; in pci_config() local 174 uint8_t value = atoui(argv[6].str); in pci_config() local 183 uint16_t value = atoui(argv[6].str); in pci_config() local 192 uint32_t value = atoui(argv[6].str); in pci_config() local
|
A D | pci_backend.h | 38 virtual int read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in read_config_byte() 41 virtual int read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in read_config_half() 44 virtual int read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in read_config_word() 48 virtual int write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in write_config_byte() 51 virtual int write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half() 54 virtual int write_config_word(const pci_location_t *state, uint32_t reg, uint32_t value) { in write_config_word()
|
A D | pci.cpp | 63 status_t pci_read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in pci_read_config_byte() 72 status_t pci_read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in pci_read_config_half() 82 status_t pci_read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in pci_read_config_word() 92 status_t pci_write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in pci_write_config_byte() 102 status_t pci_write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in pci_write_config_half() 112 status_t pci_write_config_word(const pci_location_t *state, uint32_t reg, uint32_t value) { in pci_write_config_word()
|
A D | bios32.cpp | 229 int pci_bios32::read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in read_config_byte() 251 int pci_bios32::read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in read_config_half() 273 int pci_bios32::read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in read_config_word() 295 int pci_bios32::write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in write_config_byte() 317 int pci_bios32::write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half() 339 int pci_bios32::write_config_word(const pci_location_t *state, uint32_t reg, uint32_t value) { in write_config_word()
|
A D | type1.cpp | 83 int pci_type1::read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in read_config_byte() 89 int pci_type1::read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in read_config_half() 95 int pci_type1::read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in read_config_word()
|
/lk-master/external/arch/arm/arm-m/CMSIS/Include/ |
A D | cmsis_iccarm.h | 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() 801 __IAR_FT void __TZ_set_PSPLIM_NS(uint32_t value) in __TZ_set_PSPLIM_NS() [all …]
|
A D | cmsis_armcc.h | 208 __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 D | cmsis_armclang.h | 232 #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 D | cmsis_gcc.h | 295 __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 D | cmsis_armclang_ltm.h | 230 #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 …]
|
/lk-master/external/platform/nrfx/templates/ |
A D | nrfx_glue.h | 172 #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
|
/lk-master/external/lib/lwip/core/snmp/ |
A D | mib2.c | 969 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 D | asn1_enc.c | 77 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()
|
/lk-master/external/platform/pico/rp2_common/hardware_pio/include/hardware/ |
A D | pio_instructions.h | 78 …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() 87 inline static uint pio_encode_sideset(uint sideset_bit_count, uint value) { in pio_encode_sideset() 93 inline static uint pio_encode_sideset_opt(uint sideset_bit_count, uint value) { in pio_encode_sideset_opt() 121 inline static uint pio_encode_in(enum pio_src_dest src, uint value) { in pio_encode_in() 126 inline static uint pio_encode_out(enum pio_src_dest dest, uint value) { in pio_encode_out() 165 inline static uint pio_encode_set(enum pio_src_dest dest, uint value) { in pio_encode_set()
|
/lk-master/lib/libc/ |
A D | atoi.c | 47 long value = 0; in atol() local 72 unsigned long value = 0; in atoul() local 88 unsigned long long value = 0; in atoull() local
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | snmp.h | 238 #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
|
/lk-master/external/platform/pico/rp2_common/pico_printf/ |
A D | printf.c | 279 …oa_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long value, bool negat… in _ntoa_long() 305 …ntoa_long_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long long value, in _ntoa_long_long() 342 static size_t _ftoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _ftoa() 467 static size_t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _etoa() 741 const long long value = va_arg(va, long long); in _vsnprintf() local 747 const long value = va_arg(va, long); in _vsnprintf() local 751 … const int value = (flags & FLAGS_CHAR) ? (char) va_arg(va, int) : (flags & FLAGS_SHORT) in _vsnprintf() local 768 … const unsigned int value = (flags & FLAGS_CHAR) ? (unsigned char) va_arg(va, unsigned int) in _vsnprintf() local
|
/lk-master/external/platform/pico/rp2_common/hardware_gpio/include/hardware/ |
A D | gpio.h | 384 static inline void gpio_put_masked(uint32_t mask, uint32_t value) { in gpio_put_masked() 393 static inline void gpio_put_all(uint32_t value) { in gpio_put_all() 403 static inline void gpio_put(uint gpio, bool value) { in gpio_put() 446 static inline void gpio_set_dir_masked(uint32_t mask, uint32_t value) { in gpio_set_dir_masked()
|
/lk-master/external/platform/pico/rp2_common/hardware_gpio/ |
A D | gpio.c | 59 void gpio_set_inover(uint gpio, uint value) { in gpio_set_inover() 67 void gpio_set_outover(uint gpio, uint value) { in gpio_set_outover() 75 void gpio_set_oeover(uint gpio, uint value) { in gpio_set_oeover()
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_nvmc.c | 236 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()
|
/lk-master/dev/class/ |
A D | i2c_api.c | 34 status_t class_i2c_write_reg(struct device *dev, uint8_t addr, uint8_t reg, uint8_t value) { in class_i2c_write_reg() 45 status_t class_i2c_read_reg(struct device *dev, uint8_t addr, uint8_t reg, void *value) { in class_i2c_read_reg()
|