Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spim.h109 …bool use_hw_ss; ///< Indication to use software or hardware controlled Slave … member
165 NRFX_COND_CODE_1(NRFX_SPIM_EXTENDED_ENABLED, (.use_hw_ss = false,), ()) \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c417 (p_config->use_hw_ss && (p_config->ss_pin != NRF_SPIM_PIN_NOT_CONNECTED) && in spim_configuration_verify()
447 (p_config->use_hw_ss && in spim_configuration_verify()
472 bool use_csn = hw_csn_supported && p_config->use_hw_ss; in spim_configure()