/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | transport.c | 557 static bool is_replay(struct bt_mesh_net_rx *rx) in is_replay() 832 static int trans_heartbeat(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in trans_heartbeat() 860 static int ctl_recv(struct bt_mesh_net_rx *rx, u8_t hdr, struct net_buf_simple *buf, u64_t *seq_aut… in ctl_recv() 932 static int trans_unseg(struct net_buf_simple *buf, struct bt_mesh_net_rx *rx, u64_t *seq_auth) in trans_unseg() 962 static inline bt_s32_t ack_timeout(struct seg_rx *rx) in ack_timeout() 1060 static void seg_rx_reset(struct seg_rx *rx, bool full_reset) in seg_rx_reset() 1087 struct seg_rx *rx = CONTAINER_OF(work, struct seg_rx, ack); in seg_ack() local 1125 struct seg_rx *rx = &seg_rx[i]; in seg_rx_find() local 1179 struct seg_rx *rx = &seg_rx[i]; in seg_rx_alloc() local 1208 struct seg_rx *rx; in trans_seg() local [all …]
|
A D | net.c | 144 static u64_t msg_hash(struct bt_mesh_net_rx *rx, struct net_buf_simple *pdu) in msg_hash() 157 static bool msg_cache_match(struct bt_mesh_net_rx *rx, struct net_buf_simple *pdu) in msg_cache_match() 1000 struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in net_decrypt() 1035 …d_decrypt(struct bt_mesh_subnet *sub, const u8_t *data, size_t data_len, struct bt_mesh_net_rx *rx, in friend_decrypt() 1069 static bool net_find_and_decrypt(const u8_t *data, size_t data_len, struct bt_mesh_net_rx *rx, in net_find_and_decrypt() 1138 static void bt_mesh_net_relay(struct net_buf_simple *sbuf, struct bt_mesh_net_rx *rx) in bt_mesh_net_relay() 1254 …mesh_net_decode(struct net_buf_simple *data, enum bt_mesh_net_if net_if, struct bt_mesh_net_rx *rx, in bt_mesh_net_decode() 1325 struct bt_mesh_net_rx rx = { .rssi = rssi }; in bt_mesh_net_recv() local
|
A D | lpn.c | 465 void bt_mesh_lpn_msg_received(struct bt_mesh_net_rx *rx) in bt_mesh_lpn_msg_received() 487 int bt_mesh_lpn_friend_offer(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_offer() 547 int bt_mesh_lpn_friend_clear_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_clear_cfm() 858 int bt_mesh_lpn_friend_sub_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_sub_cfm() 923 int bt_mesh_lpn_friend_update(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_update()
|
A D | friend.c | 250 int bt_mesh_friend_clear(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_clear() 479 int bt_mesh_friend_sub_add(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_sub_add() 513 int bt_mesh_friend_sub_rem(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_sub_rem() 574 int bt_mesh_friend_poll(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_poll() 707 int bt_mesh_friend_clear_cfm(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_clear_cfm() 807 int bt_mesh_friend_req(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_req() 1095 static void friend_lpn_enqueue_rx(struct bt_mesh_friend *frnd, struct bt_mesh_net_rx *rx, in friend_lpn_enqueue_rx() 1230 void bt_mesh_friend_enqueue_rx(struct bt_mesh_net_rx *rx, enum bt_mesh_friend_pdu_type type, u64_t … in bt_mesh_friend_enqueue_rx()
|
A D | prov.c | 174 } rx; member 1332 static void link_open(struct prov_rx *rx, struct net_buf_simple *buf) in link_open() 1381 static void link_ack(struct prov_rx *rx, struct net_buf_simple *buf) in link_ack() 1386 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf) in link_close() 1395 static void gen_prov_ctl(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ctl() 1462 static void gen_prov_cont(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_cont() 1507 static void gen_prov_ack(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ack() 1519 static void gen_prov_start(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_start() 1578 static void gen_prov_recv(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_recv() 1595 struct prov_rx rx; in bt_mesh_pb_adv_recv() local
|
A D | provisioner_prov.c | 205 } rx; member 2775 static void link_ack(struct prov_rx *rx, struct net_buf_simple *buf) in link_ack() 2809 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf) in link_close() 2821 static void gen_prov_ctl(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ctl() 2897 static void gen_prov_cont(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_cont() 2954 static void gen_prov_ack(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ack() 2992 static void gen_prov_start(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_start() 3054 static void gen_prov_recv(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_recv() 3100 struct prov_rx rx; in provisioner_pb_adv_recv() local
|
A D | proxy.c | 218 static void send_filter_status(struct bt_mesh_proxy_client *client, struct bt_mesh_net_rx *rx, in send_filter_status() 267 struct bt_mesh_net_rx rx; in proxy_cfg() local
|
A D | provisioner_proxy.c | 136 struct bt_mesh_net_rx rx; in proxy_cfg() local
|
A D | access.c | 570 void bt_mesh_model_recv(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_model_recv()
|
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/ |
A D | modbus.js | 38 rx: null property in rtn.read.packet 76 rx: null property in rtn.write.packet
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_ntp.c | 46 uint32_t rx = 0; in linkkit_ntp_time_reply() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | bt_uart_bridge.c | 349 void bt_uart_bridge_open(PinName tx, PinName rx) in bt_uart_bridge_open()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | l2cap.h | 133 struct bt_l2cap_le_endpoint rx; member 174 struct bt_l2cap_br_endpoint rx; member
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | ecc_dsa.c | 201 uECC_word_t rx[NUM_ECC_WORDS]; in uECC_verify() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 405 float rx = px + dlx*w, ry = py + dly*w; in nsvg__initClosed() local 416 float rx = px + dlx*w, ry = py + dly*w; in nsvg__buttCap() local 434 float rx = px + dlx*w, ry = py + dly*w; in nsvg__squareCap() local 456 float lx = 0, ly = 0, rx = 0, ry = 0, prevx = 0, prevy = 0; in nsvg__roundCap() local 551 float lx, ly, rx, ry; in nsvg__roundJoin() local 587 float rx = p1->x + (p1->dmx * w), ry = p1->y + (p1->dmy * w); in nsvg__straightJoin() local
|
A D | nanosvg.h | 2102 float rx, ry, rotx; in nsvg__pathArcTo() local 2353 float rx = -1.0f; // marks not set in nsvg__parseRect() local 2436 float rx = 0.0f; in nsvg__parseEllipse() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/ |
A D | uart.c | 47 PinName rx; in uart_rx_pin_get() local 189 PinName rx = uart_rx_pin_get(uart_idx, CSI_PinMap_UART_RX); in csi_uart_init() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | uart.c | 24 PinName rx; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/ |
A D | hci_driver.c | 76 } rx; variable
|
/AliOS-Things-master/components/sensor/hal/ |
A D | sensor_drv_api.c | 308 int32_t sensor_spi_read(spi_dev_t *spi, uint8_t *tx, uint8_t *rx, uint16_t size, in sensor_spi_read()
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h4_driver.c | 81 struct rx_t rx; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn_internal.h | 129 struct net_buf *rx; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | block_map.cc | 79 bool rx = t & 2; in DecodeTraversalFractalHilbert() local
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxPrimitives.c | 3709 int ellipseColor(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color) in ellipseColor() 4023 int ellipseRGBA(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g, Uint… in ellipseRGBA() 4088 int aaellipseColor(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color) in aaellipseColor() 4328 int aaellipseRGBA(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g, Ui… in aaellipseRGBA() 4358 int filledEllipseColor(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color) in filledEllipseColor() 4526 int filledEllipseRGBA(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g… in filledEllipseRGBA()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | serial_api.c | 461 void serial_init(serial_t *obj, PinName tx, PinName rx) in serial_init()
|