Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_spim.c186 bool ss_active_high; member
370 if (p_config->ss_active_high) in nrfx_spim_init()
385 (p_config->ss_active_high == true ? in nrfx_spim_init()
390 p_cb->ss_active_high = p_config->ss_active_high; in nrfx_spim_init()
511 if (p_cb->ss_active_high) in finish_transfer()
637 if (p_cb->ss_active_high) in spim_xfer()
698 if (p_cb->ss_active_high) in nrfx_spim_xfer()
/external/platform/nrfx/drivers/include/
A Dnrfx_spim.h105 bool ss_active_high; ///< Polarity of the Slave Select pin during transmission. member
171 .ss_active_high = false, \

Completed in 4 milliseconds