Home
last modified time | relevance | path

Searched refs:RTC_I2C_SLAVE_ADDR_V (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_i2c_reg.h148 #define RTC_I2C_SLAVE_ADDR_M ((RTC_I2C_SLAVE_ADDR_V)<<(RTC_I2C_SLAVE_ADDR_S))
149 #define RTC_I2C_SLAVE_ADDR_V 0x7FFF macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_i2c_reg.h176 #define RTC_I2C_SLAVE_ADDR_M ((RTC_I2C_SLAVE_ADDR_V)<<(RTC_I2C_SLAVE_ADDR_S))
177 #define RTC_I2C_SLAVE_ADDR_V 0x7FFF macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_i2c_reg.h166 #define RTC_I2C_SLAVE_ADDR_M ((RTC_I2C_SLAVE_ADDR_V)<<(RTC_I2C_SLAVE_ADDR_S))
167 #define RTC_I2C_SLAVE_ADDR_V 0x7FFF macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_i2c_reg.h198 #define RTC_I2C_SLAVE_ADDR_M (RTC_I2C_SLAVE_ADDR_V << RTC_I2C_SLAVE_ADDR_S)
199 #define RTC_I2C_SLAVE_ADDR_V 0x00007FFFU macro