Home
last modified time | relevance | path

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

/components/drivers/i2c/
A Ddev_soft_i2c.c185 static rt_int32_t get_scl(void *cfg) in get_scl() function
196 .get_scl = get_scl,
A Ddev_i2c_bit_ops.c24 #define GET_SCL(ops) ops->get_scl(ops->data)
49 if (!ops->get_scl) in SCL_H()
76 if (ops->get_scl && !GET_SCL(ops)) in i2c_start()
/components/drivers/include/drivers/
A Ddev_i2c_bit_ops.h24 rt_int32_t (*get_scl)(void *data); member

Completed in 4 milliseconds