Searched refs:cs_pin_control (Results 1 – 1 of 1) sorted by relevance
584 cs_ctrl_callback_t cs_pin_control = (cs_ctrl_callback_t) device->parent.user_data; in hpm_spi_xfer() local590 if ((cs_pin_control != NULL) && msg->cs_take) in hpm_spi_xfer()592 cs_pin_control(SPI_CS_TAKE); in hpm_spi_xfer()609 if ((cs_pin_control != NULL) && msg->cs_release) in hpm_spi_xfer()611 cs_pin_control(SPI_CS_RELEASE); in hpm_spi_xfer()
Completed in 5 milliseconds