Searched refs:get_scl (Results 1 – 3 of 3) sorted by relevance
185 static rt_int32_t get_scl(void *cfg) in get_scl() function196 .get_scl = get_scl,
24 #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()
24 rt_int32_t (*get_scl)(void *data); member
Completed in 4 milliseconds