Searched refs:ss_active_high (Results 1 – 2 of 2) sorted by relevance
153 bool ss_active_high; member251 p_cb->ss_active_high = p_config->ss_active_high; in configure_pins()283 uint32_t ss_val = !p_config->ss_active_high; in configure_pins()466 p_cb->ss_active_high = p_config->ss_active_high; in spim_configure()493 .csn_pol = p_config->ss_active_high ? NRF_SPIM_CSN_POL_HIGH : NRF_SPIM_CSN_POL_LOW, in spim_configure()682 if (p_cb->ss_active_high) in set_ss_pin_state()
93 bool ss_active_high; ///< Polarity of the Slave Select pin during transmission. member156 .ss_active_high = false, \