Home
last modified time | relevance | path

Searched refs:I2C_RTC_DATA_V (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_regi2c_esp32s2.c69 #define I2C_RTC_DATA_M ((I2C_RTC_DATA_V)<<(I2C_RTC_DATA_S))
70 #define I2C_RTC_DATA_V 0xFF macro
142 | (((uint32_t)data & I2C_RTC_DATA_V) << I2C_RTC_DATA_S); in esp_rom_regi2c_write()
164 | ((temp & I2C_RTC_DATA_V) << I2C_RTC_DATA_S); in esp_rom_regi2c_write_mask()
Desp_rom_regi2c_esp32h2.c48 #define REGI2C_RTC_DATA_M ((I2C_RTC_DATA_V)<<(I2C_RTC_DATA_S))
Desp_rom_hp_regi2c_esp32c6.c47 #define REGI2C_RTC_DATA_M ((I2C_RTC_DATA_V)<<(I2C_RTC_DATA_S))