Searched refs:regi2c_ctrl_write_reg (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.7.0/components/esp_hw_support/include/esp_private/ |
D | regi2c_ctrl.h | 32 #define regi2c_ctrl_write_reg regi2c_write_reg_raw macro 40 void regi2c_ctrl_write_reg(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t data); 59 regi2c_ctrl_write_reg(block, block##_HOSTID, reg_add, indata)
|
/hal_espressif-3.7.0/components/esp_hw_support/ |
D | regi2c_ctrl.c | 40 void IRAM_ATTR regi2c_ctrl_write_reg(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t data) in regi2c_ctrl_write_reg() function 84 regi2c_ctrl_write_reg(I2C_SAR_ADC, I2C_SAR_ADC_HOSTID, i, reg_val[i]); in regi2c_analog_cali_reg_write()
|