Home
last modified time | relevance | path

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

/components/drivers/spi/
A Ddev_spi_bit_ops.h29 rt_int32_t (*const get_sclk)(void *data); member
A Ddev_spi_bit_ops.c26 #define GET_SCLK(ops) ops->get_sclk(ops->data)
480 if (!ops->tog_sclk || !ops->set_sclk || !ops->get_sclk) in spi_bit_xfer()
A Ddev_soft_spi.c238 .get_sclk = spi_soft_get_sclk,

Completed in 5 milliseconds