Searched refs:use_hw_ss (Results 1 – 2 of 2) sorted by relevance
181 bool use_hw_ss; member272 ((p_config->use_hw_ss) && in nrfx_spim_init()380 if (p_config->use_hw_ss) in nrfx_spim_init()382 p_cb->use_hw_ss = p_config->use_hw_ss; in nrfx_spim_init()508 if (!p_cb->use_hw_ss) in finish_transfer()634 if (!p_cb->use_hw_ss) in spim_xfer()695 if (!p_cb->use_hw_ss) in nrfx_spim_xfer()
121 …bool use_hw_ss; ///< Indication to use software or hardware controlled Slave… member143 .use_hw_ss = false, \
Completed in 5 milliseconds