Searched refs:ss_active_high (Results 1 – 2 of 2) sorted by relevance
186 bool ss_active_high; member370 if (p_config->ss_active_high) in nrfx_spim_init()385 (p_config->ss_active_high == true ? in nrfx_spim_init()390 p_cb->ss_active_high = p_config->ss_active_high; in nrfx_spim_init()511 if (p_cb->ss_active_high) in finish_transfer()637 if (p_cb->ss_active_high) in spim_xfer()698 if (p_cb->ss_active_high) in nrfx_spim_xfer()
105 bool ss_active_high; ///< Polarity of the Slave Select pin during transmission. member171 .ss_active_high = false, \
Completed in 4 milliseconds