| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_nvmc.c | 145 static bool is_page_aligned_check(uint32_t addr) in is_page_aligned_check() 151 __STATIC_INLINE bool is_halfword_aligned(uint32_t addr) in is_halfword_aligned() 156 __STATIC_INLINE bool is_valid_address(uint32_t addr, bool uicr_allowed) in is_valid_address() 236 static void nvmc_word_write(uint32_t addr, uint32_t value) in nvmc_word_write() 258 nrfx_err_t nrfx_nvmc_page_erase(uint32_t addr) in nrfx_nvmc_page_erase() 346 bool nrfx_nvmc_byte_writable_check(uint32_t addr, uint8_t val_to_check) in nrfx_nvmc_byte_writable_check() 372 bool nrfx_nvmc_word_writable_check(uint32_t addr, uint32_t val_to_check) in nrfx_nvmc_word_writable_check() 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() [all …]
|
| /external/platform/pico/rp2_common/hardware_base/include/hardware/ |
| A D | address_mapped.h | 84 #define hw_alias_check_addr(addr) ((uintptr_t)(addr)) argument 93 __force_inline static uint32_t xip_alias_check_addr(const void *addr) { in xip_alias_check_addr() 100 #define hw_set_alias_untyped(addr) ((void *)(REG_ALIAS_SET_BITS | hw_alias_check_addr(addr))) argument 101 #define hw_clear_alias_untyped(addr) ((void *)(REG_ALIAS_CLR_BITS | hw_alias_check_addr(addr))) argument 102 #define hw_xor_alias_untyped(addr) ((void *)(REG_ALIAS_XOR_BITS | hw_alias_check_addr(addr))) argument 103 #define xip_noalloc_alias_untyped(addr) ((void *)(XIP_NOALLOC_BASE | xip_alias_check_addr(addr))) argument 104 #define xip_nocache_alias_untyped(addr) ((void *)(XIP_NOCACHE_BASE | xip_alias_check_addr(addr))) argument 121 __force_inline static void hw_set_bits(io_rw_32 *addr, uint32_t mask) { in hw_set_bits() 131 __force_inline static void hw_clear_bits(io_rw_32 *addr, uint32_t mask) { in hw_clear_bits() 141 __force_inline static void hw_xor_bits(io_rw_32 *addr, uint32_t mask) { in hw_xor_bits() [all …]
|
| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
| A D | cmsis_compiler.h | 106 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void*)(addr))->v… argument 110 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument 114 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument 118 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument 178 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument 182 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument 186 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument 190 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument 249 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument 253 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument [all …]
|
| A D | cmsis_gcc.h | 84 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument 92 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument 100 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument 108 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument 1107 __STATIC_FORCEINLINE uint8_t __LDREXB(volatile uint8_t *addr) in __LDREXB() 1129 __STATIC_FORCEINLINE uint16_t __LDREXH(volatile uint16_t *addr) in __LDREXH() 1151 __STATIC_FORCEINLINE uint32_t __LDREXW(volatile uint32_t *addr) in __LDREXW() 1168 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB() 1185 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH() 1202 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW()
|
| A D | cmsis_armcc.h | 91 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) argument 94 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) argument 97 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) argument 100 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr))) argument
|
| A D | cmsis_iccarm.h | 837 __IAR_FT uint8_t __LDRBT(volatile uint8_t *addr) in __LDRBT() 844 __IAR_FT uint16_t __LDRHT(volatile uint16_t *addr) in __LDRHT() 851 __IAR_FT uint32_t __LDRT(volatile uint32_t *addr) in __LDRT() 858 __IAR_FT void __STRBT(uint8_t value, volatile uint8_t *addr) in __STRBT() 863 __IAR_FT void __STRHT(uint16_t value, volatile uint16_t *addr) in __STRHT() 868 __IAR_FT void __STRT(uint32_t value, volatile uint32_t *addr) in __STRT()
|
| /external/arch/arm/arm-m/CMSIS/Include/ |
| A D | cmsis_compiler.h | 106 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void*)(addr))->v… argument 110 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument 114 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument 118 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument 178 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument 182 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument 186 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument 190 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument 249 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument 253 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument [all …]
|
| A D | cachel1_armv7.h | 115 __STATIC_FORCEINLINE void SCB_InvalidateICache_by_Addr (volatile void *addr, int32_t isize) in SCB_InvalidateICache_by_Addr() 328 __STATIC_FORCEINLINE void SCB_InvalidateDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_InvalidateDCache_by_Addr() 358 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_CleanDCache_by_Addr() 388 __STATIC_FORCEINLINE void SCB_CleanInvalidateDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_CleanInvalidateDCache_by_Addr()
|
| A D | cmsis_gcc.h | 87 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument 95 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument 103 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument 111 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument 435 __STATIC_FORCEINLINE uint8_t __LDREXB(volatile uint8_t *addr) in __LDREXB() 457 __STATIC_FORCEINLINE uint16_t __LDREXH(volatile uint16_t *addr) in __LDREXH() 479 __STATIC_FORCEINLINE uint32_t __LDREXW(volatile uint32_t *addr) in __LDREXW() 496 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB() 513 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH() 530 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW()
|
| A D | cmsis_armcc.h | 91 #define __UNALIGNED_UINT16_WRITE(addr, val) ((*((__packed uint16_t *)(addr))) = (val)) argument 94 #define __UNALIGNED_UINT16_READ(addr) (*((const __packed uint16_t *)(addr))) argument 97 #define __UNALIGNED_UINT32_WRITE(addr, val) ((*((__packed uint32_t *)(addr))) = (val)) argument 100 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr))) argument
|
| /external/platform/pico/rp2_common/hardware_i2c/ |
| A D | i2c.c | 30 #define i2c_reserved_addr(addr) (((addr) & 0x78) == 0 || ((addr) & 0x78) == 0x78) argument 112 void i2c_set_slave_mode(i2c_inst_t *i2c, bool slave, uint8_t addr) { in i2c_set_slave_mode() 133 static int i2c_write_blocking_internal(i2c_inst_t *i2c, uint8_t addr, const uint8_t *src, size_t le… in i2c_write_blocking_internal() 241 int i2c_write_blocking(i2c_inst_t *i2c, uint8_t addr, const uint8_t *src, size_t len, bool nostop) { in i2c_write_blocking() 245 int i2c_write_blocking_until(i2c_inst_t *i2c, uint8_t addr, const uint8_t *src, size_t len, bool no… in i2c_write_blocking_until() 251 int i2c_write_timeout_per_char_us(i2c_inst_t *i2c, uint8_t addr, const uint8_t *src, size_t len, bo… in i2c_write_timeout_per_char_us() 258 static int i2c_read_blocking_internal(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool… in i2c_read_blocking_internal() 321 int i2c_read_blocking(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool nostop) { in i2c_read_blocking() 325 int i2c_read_blocking_until(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool nostop, a… in i2c_read_blocking_until() 330 int i2c_read_timeout_per_char_us(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool nost… in i2c_read_timeout_per_char_us()
|
| /external/platform/pico/rp2_common/hardware_pio/include/hardware/ |
| A D | pio_instructions.h | 161 static inline uint pio_encode_jmp(uint addr) { in pio_encode_jmp() 174 static inline uint pio_encode_jmp_not_x(uint addr) { in pio_encode_jmp_not_x() 187 static inline uint pio_encode_jmp_x_dec(uint addr) { in pio_encode_jmp_x_dec() 200 static inline uint pio_encode_jmp_not_y(uint addr) { in pio_encode_jmp_not_y() 213 static inline uint pio_encode_jmp_y_dec(uint addr) { in pio_encode_jmp_y_dec() 226 static inline uint pio_encode_jmp_x_ne_y(uint addr) { in pio_encode_jmp_x_ne_y() 239 static inline uint pio_encode_jmp_pin(uint addr) { in pio_encode_jmp_pin() 252 static inline uint pio_encode_jmp_not_osre(uint addr) { in pio_encode_jmp_not_osre()
|
| /external/platform/cc13xx/cc13xxware/driverlib/ |
| A D | rf_mailbox.h | 274 #define ADI_VAL_MASK(addr, mask, value) \ argument 278 #define HW_REG_OVERRIDE(addr, val) ((((uintptr_t) (addr)) & 0xFFFC) | ((uint32_t)(val) << 16)) argument 280 #define ADI_REG_OVERRIDE(adiNo, addr, val) (2 | ((uint32_t)(val) << 16) | \ argument 283 #define ADI_2REG_OVERRIDE(adiNo, addr, val, addr2, val2) \ argument 287 #define ADI_HALFREG_OVERRIDE(adiNo, addr, mask, val) (2 | (ADI_VAL_MASK(addr, mask, val) << 16) | \ argument 290 #define ADI_2HALFREG_OVERRIDE(adiNo, addr, mask, val, addr2, mask2, val2) \ argument 305 #define HW16_ARRAY_OVERRIDE(addr, length) (1 | (((uintptr_t) (addr)) & 0xFFFC) | ((uint32_t)(length… argument 306 #define HW32_ARRAY_OVERRIDE(addr, length) (1 | (((uintptr_t) (addr)) & 0xFFFC) | \ argument 308 #define ADI_ARRAY_OVERRIDE(adiNo, addr, bHalfSize, length) (1 | ((((addr) & 0x3F) << 2)) | \ argument 330 #define ADI_ADDR_VAL(addr, value) ((((addr) & 0x7F) << 8) | ((value) & 0xFF)) argument [all …]
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | core_cmInstr.h | 503 __attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __LDREXB(volatile uint8_t *addr) in __LDREXB() 526 __attribute__( ( always_inline ) ) __STATIC_INLINE uint16_t __LDREXH(volatile uint16_t *addr) in __LDREXH() 549 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __LDREXW(volatile uint32_t *addr) in __LDREXW() 567 …ute__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB() 585 …e__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH() 603 …e__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW()
|
| /external/lib/lwip/core/ipv4/ |
| A D | ip_addr.c | 55 ip4_addr_isbroadcast(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast() 152 ipaddr_aton(const char *cp, ip_addr_t *addr) in ipaddr_aton() 261 ipaddr_ntoa(const ip_addr_t *addr) in ipaddr_ntoa() 276 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r()
|
| A D | inet_chksum.c | 277 u32_t addr; in inet_chksum_pseudo() local 337 u32_t addr; in inet_chksum_pseudo_partial() local
|
| /external/lib/lwip/api/ |
| A D | api_lib.c | 135 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr() 166 netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_bind() 192 netconn_connect(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_connect() 549 netconn_sendto(struct netconn *conn, struct netbuf *buf, ip_addr_t *addr, u16_t port) in netconn_sendto() 753 netconn_gethostbyname(const char *name, ip_addr_t *addr) in netconn_gethostbyname()
|
| A D | netdb.c | 53 ip_addr_t addr; member 88 ip_addr_t addr; in lwip_gethostbyname() local 271 ip_addr_t addr; in lwip_getaddrinfo() local
|
| /external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/ |
| A D | periph_i2cs_interrupt.c | 143 static void setEmuEEPROMAddr(int eepromNum, uint16_t addr) in setEmuEEPROMAddr() 217 static void processSlaveTransferStart(uint8_t addr) in processSlaveTransferStart() 241 static uint16_t addr; in processSlaveTransferRecv() local 289 static void toAddr(uint8_t *tx, uint16_t addr) in toAddr()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_twi.h | 146 #define NRFX_TWI_XFER_DESC_TX(addr, p_data, length) \ argument 157 #define NRFX_TWI_XFER_DESC_RX(addr, p_data, length) \ argument 168 #define NRFX_TWI_XFER_DESC_TXRX(addr, p_tx, tx_len, p_rx, rx_len) \ argument 179 #define NRFX_TWI_XFER_DESC_TXTX(addr, p_tx, tx_len, p_tx2, tx_len2) \ argument
|
| A D | nrfx_twim.h | 158 #define NRFX_TWIM_XFER_DESC_TX(addr, p_data, length) \ argument 169 #define NRFX_TWIM_XFER_DESC_RX(addr, p_data, length) \ argument 180 #define NRFX_TWIM_XFER_DESC_TXRX(addr, p_tx, tx_len, p_rx, rx_len) \ argument 191 #define NRFX_TWIM_XFER_DESC_TXTX(addr, p_tx, tx_len, p_tx2, tx_len2) \ argument
|
| /external/lib/lwip/core/ |
| A D | dns.c | 379 dns_local_removehost(const char *hostname, const ip_addr_t *addr) in dns_local_removehost() 414 dns_local_addhost(const char *hostname, const ip_addr_t *addr) in dns_local_addhost() 454 u32_t addr; in dns_lookup() local 733 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in dns_recv() 936 dns_gethostbyname(const char *hostname, ip_addr_t *addr, dns_found_callback found, in dns_gethostbyname()
|
| /external/lib/lwip/include/ipv4/lwip/ |
| A D | inet.h | 99 #define inet_aton(cp, addr) ipaddr_aton(cp, (ip_addr_t*)addr) argument 100 #define inet_ntoa(addr) ipaddr_ntoa((ip_addr_t*)&(addr)) argument 101 #define inet_ntoa_r(addr, buf, buflen) ipaddr_ntoa_r((ip_addr_t*)&(addr), buf, buflen) argument
|
| /external/lib/lwip/netif/ppp/ |
| A D | auth.c | 1177 auth_ip_addr(int unit, u32_t addr) in auth_ip_addr() 1183 ip_addr_check(u32_t addr, struct wordlist *addrs) in ip_addr_check() 1204 bad_ip_adrs(u32_t addr) in bad_ip_adrs()
|
| /external/platform/pico/rp2_common/hardware_i2c/include/hardware/ |
| A D | i2c.h | 208 static inline int i2c_write_timeout_us(i2c_inst_t *i2c, uint8_t addr, const uint8_t *src, size_t le… in i2c_write_timeout_us() 227 static inline int i2c_read_timeout_us(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool… in i2c_read_timeout_us()
|