Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_spim.c274 ((p_config->dcx_pin != NRFX_SPIM_PIN_NOT_USED) && in nrfx_spim_init()
342 if (p_config->mosi_pin != NRFX_SPIM_PIN_NOT_USED) in nrfx_spim_init()
353 if (p_config->miso_pin != NRFX_SPIM_PIN_NOT_USED) in nrfx_spim_init()
368 if (p_config->ss_pin != NRFX_SPIM_PIN_NOT_USED) in nrfx_spim_init()
395 if (p_config->dcx_pin != NRFX_SPIM_PIN_NOT_USED) in nrfx_spim_init()
463 if (p_cb->ss_pin != NRFX_SPIM_PIN_NOT_USED) in nrfx_spim_uninit()
505 if (p_cb->ss_pin != NRFX_SPIM_PIN_NOT_USED) in finish_transfer()
631 if (p_cb->ss_pin != NRFX_SPIM_PIN_NOT_USED) in spim_xfer()
669 (p_cb->ss_pin == NRFX_SPIM_PIN_NOT_USED)); in nrfx_spim_xfer()
692 if (p_cb->ss_pin != NRFX_SPIM_PIN_NOT_USED) in nrfx_spim_xfer()
/external/platform/nrfx/drivers/include/
A Dnrfx_spim.h90 #define NRFX_SPIM_PIN_NOT_USED 0xFF macro
141 .dcx_pin = NRFX_SPIM_PIN_NOT_USED, \

Completed in 5 milliseconds