Home
last modified time | relevance | path

Searched refs:ss_active_high (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_spim.c153 bool ss_active_high; member
251 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()
/hal_nordic-3.6.0/nrfx/drivers/include/
Dnrfx_spim.h93 bool ss_active_high; ///< Polarity of the Slave Select pin during transmission. member
156 .ss_active_high = false, \