Searched refs:regi2c_ctrl_read_reg (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/ |
D | regi2c_ctrl.h | 46 #define regi2c_ctrl_read_reg i2c_rtc_read_reg macro 58 uint8_t regi2c_ctrl_read_reg(uint8_t block, uint8_t host_id, uint8_t reg_add); 82 regi2c_ctrl_read_reg(block, block##_HOSTID, reg_add)
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/ |
D | regi2c_ctrl.h | 38 #define regi2c_ctrl_read_reg rom_i2c_readReg macro 50 uint8_t regi2c_ctrl_read_reg(uint8_t block, uint8_t host_id, uint8_t reg_add); 74 regi2c_ctrl_read_reg(block, block##_HOSTID, reg_add)
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/ |
D | regi2c_ctrl.h | 51 #define regi2c_ctrl_read_reg rom_i2c_readReg macro 63 uint8_t regi2c_ctrl_read_reg(uint8_t block, uint8_t host_id, uint8_t reg_add); 87 regi2c_ctrl_read_reg(block, block##_HOSTID, reg_add)
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/ |
D | regi2c_ctrl.h | 65 #define regi2c_ctrl_read_reg rom_i2c_readReg macro 77 uint8_t regi2c_ctrl_read_reg(uint8_t block, uint8_t host_id, uint8_t reg_add); 101 regi2c_ctrl_read_reg(block, block##_HOSTID, reg_add)
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | regi2c_ctrl.h | 49 #define regi2c_ctrl_read_reg rom_i2c_readReg macro 61 uint8_t regi2c_ctrl_read_reg(uint8_t block, uint8_t host_id, uint8_t reg_add); 85 regi2c_ctrl_read_reg(block, block##_HOSTID, reg_add)
|
/hal_espressif-3.4.0/components/esp_hw_support/ |
D | regi2c_ctrl.c | 17 uint8_t IRAM_ATTR regi2c_ctrl_read_reg(uint8_t block, uint8_t host_id, uint8_t reg_add) in regi2c_ctrl_read_reg() function 68 reg_val[i] = regi2c_ctrl_read_reg(I2C_SAR_ADC, I2C_SAR_ADC_HOSTID, i); in regi2c_analog_cali_reg_read()
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | app_esp32h2.map | 14459 regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c…
|
D | app_esp32c3.map | 16178 regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c…
|
D | app_esp32s3.map | 19743 regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c…
|
D | overflow.map | 75472 regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c…
|
D | overflow_esp32s2.map | 76574 regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c…
|
D | overflow_esp32c3.map | 73042 regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c…
|
D | overflow_esp32s3.map | 93498 regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c…
|