Home
last modified time | relevance | path

Searched defs:sda_sample (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Di2c_ll.h64 uint16_t sda_sample; /*!< I2C sda sample time */ member
323 static inline void i2c_ll_set_sda_timing(i2c_dev_t *hw, int sda_sample, int sda_hold) in i2c_ll_set_sda_timing()
394 static inline void i2c_ll_get_sda_timing(i2c_dev_t *hw, int *sda_sample, int *sda_hold) in i2c_ll_get_sda_timing()
/device/soc/esp/esp32/components/hal/
Di2c_hal.c97 void i2c_hal_set_sda_timing(i2c_hal_context_t *hal, int sda_sample, int sda_hold) in i2c_hal_set_sda_timing()
/device/soc/esp/esp32/components/driver/
Di2c.c593 int sda_hold, sda_sample; in i2c_hw_fsm_reset() local
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Di2c_struct.h201 } sda_sample; member