Home
last modified time | relevance | path

Searched defs:data_in (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/drivers/bus/
A Dsoftspi.c60 uint8_t data_in = 0; in mp_soft_spi_transfer() local
77 uint8_t data_in = 0; in mp_soft_spi_transfer() local
A Dsoftqspi.c96 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 Dmodble.c206 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 Dspi.c464 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 Dck_usart.c772 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 Dmodsocket.c632 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 Dmodsocket.c658 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 Dmodsocket.c607 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 Dmodlwip.c1197 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 Doptimized_ops.h3611 const auto data_in = MapAsMatrixWithLastDimAsRows(input_data, input_shape); in LocalResponseNormalization() local

Completed in 50 milliseconds