Home
last modified time | relevance | path

Searched refs:pin_init (Results 1 – 6 of 6) sorted by relevance

/components/drivers/include/drivers/
A Ddev_i2c_bit_ops.h31 void (*pin_init)(void); member
/components/drivers/spi/
A Ddev_spi_bit_ops.h24 void (*const pin_init)(void); member
A Ddev_spi_bit_ops.c435 if(ops->pin_init != RT_NULL) in spi_bit_configure()
437 ops->pin_init(); in spi_bit_configure()
A Ddev_soft_spi.c233 .pin_init = RT_NULL,
/components/drivers/i2c/
A Ddev_soft_i2c.c143 static void pin_init(const struct soft_i2c_config *cfg) in pin_init() function
240 pin_init(cfg); in rt_soft_i2c_init()
A Ddev_i2c_bit_ops.c379 if((ops->i2c_pin_init_flag == RT_FALSE) && (ops->pin_init != RT_NULL)) in i2c_bit_xfer()
381 ops->pin_init(); in i2c_bit_xfer()

Completed in 7 milliseconds