Searched defs:data_in (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/drivers/bus/ |
A D | softspi.c | 60 uint8_t data_in = 0; in mp_soft_spi_transfer() local 77 uint8_t data_in = 0; in mp_soft_spi_transfer() local
|
A D | softqspi.c | 96 uint8_t data_in = 0; in mp_soft_qspi_transfer() local 109 uint8_t data_in = 0; in mp_soft_qspi_transfer() local 132 uint8_t data_in = NIBBLE_READ(self); in mp_soft_qspi_qread() local
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | modble.c | 206 STATIC mp_obj_t ble_updateCharacter(mp_obj_t uuid_in, mp_obj_t data_in) in ble_updateCharacter()
|
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/spi/ |
A D | spi.c | 464 int32_t csi_spi_send_receive(csi_spi_t *spi, const void *data_out, void *data_in, in csi_spi_send_receive()
|
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/ |
A D | ck_usart.c | 772 int32_t csi_usart_transfer(usart_handle_t handle, const void *data_out, void *data_in, uint32_t num) in csi_usart_transfer()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | modsocket.c | 632 STATIC mp_obj_t socket_sendto(mp_obj_t self_in, mp_obj_t data_in, mp_obj_t addr_in) in socket_sendto()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | modsocket.c | 658 STATIC mp_obj_t socket_sendto(mp_obj_t self_in, mp_obj_t data_in, in socket_sendto()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | modsocket.c | 607 STATIC mp_obj_t socket_sendto(mp_obj_t self_in, mp_obj_t data_in, mp_obj_t addr_in) { in socket_sendto()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modlwip.c | 1197 STATIC mp_obj_t lwip_socket_sendto(mp_obj_t self_in, mp_obj_t data_in, mp_obj_t addr_in) { in lwip_socket_sendto()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | optimized_ops.h | 3611 const auto data_in = MapAsMatrixWithLastDimAsRows(input_data, input_shape); in LocalResponseNormalization() local
|
Completed in 41 milliseconds