Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_spim.c181 bool use_hw_ss; member
272 ((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()
/external/platform/nrfx/drivers/include/
A Dnrfx_spim.h121 …bool use_hw_ss; ///< Indication to use software or hardware controlled Slave… member
143 .use_hw_ss = false, \

Completed in 5 milliseconds