Searched refs:apbI2cSlave (Results 1 – 1 of 1) sorted by relevance
7 ApbI2cs_t *apbI2cSlave = (ApbI2cs_t*)I2CS_START_ADDR; in hal_get_apb_i2cs_slave_address() local14 ApbI2cs_t *apbI2cSlave = (ApbI2cs_t*) I2CS_START_ADDR; in hal_set_apb_i2cs_slave_address() local21 ApbI2cs_t *apbI2cSlave = (ApbI2cs_t*)I2CS_START_ADDR; in hal_set_apb_i2cs_slave_on_off() local23 apbI2cSlave->i2cs_enable_b.ip_enable = 1; in hal_set_apb_i2cs_slave_on_off()25 apbI2cSlave->i2cs_enable_b.ip_enable = 0; in hal_set_apb_i2cs_slave_on_off()26 return (uint8_t)apbI2cSlave->i2cs_enable_b.ip_enable; in hal_set_apb_i2cs_slave_on_off()33 ApbI2cs_t *apbI2cSlave = (ApbI2cs_t*)I2CS_START_ADDR; in hal_get_i2cs_fifo_i2c_apb_read_data_port() local78 return (apbI2cSlave->i2cs_msg_i2c_apb); in hal_get_i2cs_msg_i2c_apb()93 apbI2cSlave->i2cs_msg_apb_i2c = aData; in hal_set_i2cs_msg_apb_i2c()108 apbI2cSlave->i2cs_fifo_i2c_apb_flush_b.enable = 1; in hal_i2cs_fifo_i2c_apb_FIFO_flush()[all …]
Completed in 32 milliseconds