Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c121 if (p_config->mosi_pin != NRF_SPIS_PIN_NOT_CONNECTED) in pins_configure()
131 if (p_config->miso_pin != NRF_SPIS_PIN_NOT_CONNECTED) in pins_configure()
180 if (p_cb->csn_pin != NRF_SPIS_PIN_NOT_CONNECTED) in spis_configure()
187 p_cb->csn_pin = NRF_SPIS_PIN_NOT_CONNECTED; in spis_configure()
298 p_cb->csn_pin = NRF_SPIS_PIN_NOT_CONNECTED; in nrfx_spis_init()
400 if (p_cb->csn_pin != NRF_SPIS_PIN_NOT_CONNECTED) in nrfx_spis_uninit()
427 if (miso_pin != NRF_SPIS_PIN_NOT_CONNECTED) in nrfx_spis_uninit()
433 if (mosi_pin != NRF_SPIS_PIN_NOT_CONNECTED) in nrfx_spis_uninit()
/hal_nordic-latest/nrfx/hal/
Dnrf_spis.h93 #define NRF_SPIS_PIN_NOT_CONNECTED 0xFFFFFFFF macro