Searched refs:regi2c_ctrl_write_reg_mask (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | regi2c_ctrl.h | 33 #define regi2c_ctrl_write_reg_mask regi2c_write_reg_mask_raw macro 41 void regi2c_ctrl_write_reg_mask(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t msb, uint8… 53 …regi2c_ctrl_write_reg_mask(block, block##_HOSTID, reg_add, reg_add##_MSB, reg_add##_LSB, indat…
|
/hal_espressif-latest/components/esp_hw_support/ |
D | regi2c_ctrl.c | 47 void IRAM_ATTR regi2c_ctrl_write_reg_mask(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t … in regi2c_ctrl_write_reg_mask() function
|