Home
last modified time | relevance | path

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

/bsp/nrf5x/libraries/drivers/
A Dnrfx_spim.c190 bool use_hw_ss; member
281 ((p_config->use_hw_ss) && in nrfx_spim_init()
442 if (p_config->use_hw_ss) in nrfx_spim_init()
444 p_cb->use_hw_ss = p_config->use_hw_ss; in nrfx_spim_init()
576 if (!mess->use_hw_ss) in finish_transfer()
704 if (!p_cb->use_hw_ss) in spim_xfer()
765 if (!p_cb->use_hw_ss) in nrfx_spim_xfer()
870 if (!p_cb->use_hw_ss) in rtt_spim_xfer()
935 if (!p_cb->use_hw_ss && message->cs_take) in rtt_nrfx_spim_xfer()
A Dnrfx_spim.h128 …bool use_hw_ss; /* /< Indication to use software or hardware controlled Slav… member
150 .use_hw_ss = false, \
A Ddrv_spim.h20 bool use_hw_ss; member
A Ddrv_spim.c246 mess->use_hw_ss = config.use_hw_ss; in spim_configure()

Completed in 12 milliseconds