Searched refs:twi_msg_t (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_twi.h | 79 } twi_msg_t; typedef 108 twi_msg_t *msgs;
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/twi/ |
| A D | hal_twi.c | 843 static int twi_send_msgs(hal_twi_t *twi, twi_msg_t *msgs) in twi_send_msgs() 868 static uint32_t twi_recv_msgs(hal_twi_t *twi, twi_msg_t *msgs) in twi_recv_msgs() 954 static int twi_write(hal_twi_t *twi, twi_msg_t *msgs) in twi_write() 978 static int32_t twi_dma_write(hal_twi_t *twi, twi_msg_t *msgs) in twi_dma_write() 999 static int twi_read(hal_twi_t *twi, twi_msg_t *msgs, int32_t num) in twi_read() 1001 twi_msg_t *wmsgs = NULL, *rmsgs = NULL; in twi_read() 1053 twi_msg_t *wmsgs, *rmsgs; in twi_dma_read() 2122 twi_msg_t msg; in hal_twi_write() 2151 twi_msg_t msg[2]; in hal_twi_read() 2175 twi_msg_t *msg; in hal_twi_control() [all …]
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_i2c.c | 31 twi_msg_t *twi_msg; in _i2c_master_xfer() 34 extern twi_status_t hal_twi_xfer(twi_port_t port, twi_msg_t *msgs, int32_t num); in _i2c_master_xfer()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/twi/ |
| A D | test_twi.c | 47 twi_msg_t msg; in cmd_test_twi()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/regulator/ |
| A D | axp_twi.c | 37 twi_msg_t msg; in hal_axp_byte_write()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/ |
| A D | ac108.c | 411 twi_msg_t msg; in ac108_write()
|
Completed in 18 milliseconds