Searched defs:ctrl (Results 1 – 1 of 1) sorted by relevance
2608 … bool _spi_rx_check_and_receive(void *const hw, const uint32_t iflag, struct _spi_trans_ctrl *ctrl) in _spi_rx_check_and_receive()2632 …ine void _spi_tx_check_and_send(void *const hw, const uint32_t iflag, struct _spi_trans_ctrl *ctrl, in _spi_tx_check_and_send()2672 struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; in _spi_m_sync_trans() local